Commit b0a60a01 by Ivan

docker añadido odoo8

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