Commit ccda48f0 by Ivan

Odoo11 , version convoy añadido script

parent bbffff89
Showing with 14 additions and 0 deletions
...@@ -71,6 +71,20 @@ services: ...@@ -71,6 +71,20 @@ services:
depends_on: depends_on:
- db - db
- volume-clener - volume-clener
labels:
io.rancher.sidekicks: script
script:
image: dvalue/odoo-script:v11
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'
sftp: sftp:
image: atmoz/sftp:alpine 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