Commit e5b47092 by Ivan

Odoo 10 configurado estable

parent 275c92bf
......@@ -54,10 +54,8 @@ services:
- db:db
labels:
io.rancher.sidekicks: script
cron.action: restart
cron.restart_timeout: 60
script:
image: dvalue/odoo-script
image: dvalue/odoo-script:v10
stdin_open: true
tty: true
links:
......
......@@ -55,6 +55,19 @@ services:
links:
- db:db
labels:
io.rancher.sidekicks: script
script:
image: dvalue/odoo-script:v10
stdin_open: true
tty: true
links:
- db:db
volumes_from:
- web
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: always
sftp:
image: atmoz/sftp:alpine
......
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