Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
docker
/
catalog
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d7679392
authored
Mar 08, 2018
by
Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Odoo10 , version convoy añadido contenedor para borrar lost+found en los volumenes
parent
cd4f8108
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
templates/odoo10/1/docker-compose.yml
templates/odoo10/1/docker-compose.yml
View file @
d7679392
...
...
@@ -11,6 +11,7 @@ volumes:
driver
:
convoy
services
:
db-data
:
image
:
postgres:9.4
environment
:
...
...
@@ -37,6 +38,14 @@ services:
-
db-data
labels
:
io.rancher.sidekicks
:
db-data
volume-clener
:
image
:
dvalue/odoo-data:latest
volumes
:
-
odoo-datadir:/var/lib/odoo
-
odoo-extra-addons:/mnt/extra-addons
-
odoo-tools:/usr/lib/python2.7/dist-packages/odoo
web
:
image
:
odoo:10
environment
:
...
...
@@ -50,7 +59,10 @@ services:
-
odoo-tools:/usr/lib/python2.7/dist-packages/odoo
tty
:
true
links
:
-
volume-clener:volume-clener
-
db:db
depends_on
:
-
volume-clener
labels
:
io.rancher.sidekicks
:
script
script
:
...
...
@@ -65,6 +77,7 @@ services:
-
/var/run/docker.sock:/var/run/docker.sock
labels
:
io.rancher.container.start_once
:
'
true'
sftp
:
image
:
atmoz/sftp:alpine
volumes
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment