Commit 71a61124 by Ivan

odoo 8 añadida dependencia de la base de datos

parent 332e2eb6
......@@ -19,11 +19,12 @@ services:
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql
- odoo-pg-data:/var/lib/postgresql/data
tty: true
command:
- /bin/true
labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
db:
image: postgres:9.4
......
......@@ -19,7 +19,7 @@ services:
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql
- odoo-pg-data:/var/lib/postgresql/data
tty: true
command:
- /bin/true
......
......@@ -24,6 +24,7 @@ services:
command:
- /bin/true
labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
db:
image: postgres:9.4
......
......@@ -19,7 +19,7 @@ services:
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql
- odoo-pg-data:/var/lib/postgresql/data
tty: true
command:
- /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