mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
parent
e964fbb5cc
commit
6b96273ebd
1 changed files with 16 additions and 0 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Run with `docker-compose up -d`
|
||||
# XXX We should activate MongoDB oplog for better performance.
|
||||
wekan:
|
||||
image: mquandalle/wekan
|
||||
links:
|
||||
- wekandb
|
||||
environment:
|
||||
- MONGO_URL=mongodb://wekandb/wekan
|
||||
- ROOT_URL=http://localhost:80
|
||||
ports:
|
||||
- 80:80
|
||||
|
||||
wekandb:
|
||||
image: mongo
|
||||
ports:
|
||||
- 27017
|
Loading…
Add table
Add a link
Reference in a new issue