Commit b0a60a01 by Ivan

docker añadido odoo8

parent d9707b0f
......@@ -8,6 +8,8 @@ volumes:
driver: rancher-nfs
odoo-conf:
driver: rancher-nfs
odoo-pg-data:
driver: rancher-nfs
services:
db-data:
image: postgres:9.4
......@@ -16,6 +18,8 @@ services:
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql
tty: true
command:
- /bin/true
......
......@@ -15,7 +15,7 @@
required: true
type: password
odoo:
odoo10:
version: '2'
services:
db-data:
......
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