Commit 71a61124 by Ivan

odoo 8 añadida dependencia de la base de datos

parent 332e2eb6
...@@ -19,11 +19,12 @@ services: ...@@ -19,11 +19,12 @@ services:
POSTGRES_PASSWORD: P4ssw0rD POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true stdin_open: true
volumes: volumes:
- odoo-pg-data:/var/lib/postgresql - odoo-pg-data:/var/lib/postgresql/data
tty: true tty: true
command: command:
- /bin/true - /bin/true
labels: labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
db: db:
image: postgres:9.4 image: postgres:9.4
......
...@@ -19,7 +19,7 @@ services: ...@@ -19,7 +19,7 @@ services:
POSTGRES_PASSWORD: P4ssw0rD POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true stdin_open: true
volumes: volumes:
- odoo-pg-data:/var/lib/postgresql - odoo-pg-data:/var/lib/postgresql/data
tty: true tty: true
command: command:
- /bin/true - /bin/true
......
...@@ -24,6 +24,7 @@ services: ...@@ -24,6 +24,7 @@ services:
command: command:
- /bin/true - /bin/true
labels: labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
db: db:
image: postgres:9.4 image: postgres:9.4
......
...@@ -19,7 +19,7 @@ services: ...@@ -19,7 +19,7 @@ services:
POSTGRES_PASSWORD: P4ssw0rD POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true stdin_open: true
volumes: volumes:
- odoo-pg-data:/var/lib/postgresql - odoo-pg-data:/var/lib/postgresql/data
tty: true tty: true
command: command:
- /bin/true - /bin/true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment