Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
Technique
Dockerfiles
Commits
042f4887
Commit
042f4887
authored
Mar 29, 2019
by
Guillaume Damiens
Browse files
création docker-compose
parent
fbc77c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
pica-wekan/docker-compose.yml
0 → 100644
View file @
042f4887
version
:
'
2'
services
:
wekandb
:
image
:
mongo:4.0.4
container_name
:
wekan-db
restart
:
always
command
:
mongod --smallfiles --oplogSize
128
networks
:
-
wekan-tier
expose
:
-
27017
volumes
:
-
wekan-db:/data/db
-
wekan-db-dump:/dump
wekan
:
image
:
wekanteam/wekan:meteor-1.8
container_name
:
wekan-app
restart
:
always
networks
:
-
wekan-tier
ports
:
-
80:8080
environment
:
-
MONGO_URL=mongodb://wekandb:27017/wekan
-
ROOT_URL=http://localhost
depends_on
:
-
wekandb
volumes
:
wekan-db
:
driver
:
local
wekan-db-dump
:
driver
:
local
networks
:
wekan-tier
:
driver
:
bridge
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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