mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Updated Install Wekan Docker in production (markdown)
parent
b3944f4e14
commit
5ef8014a99
1 changed files with 0 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ services:
|
||||||
wekandb:
|
wekandb:
|
||||||
image: mongo:3.2.13
|
image: mongo:3.2.13
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --smallfiles --oplogSize 128
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
|
|
@ -41,7 +40,6 @@ services:
|
||||||
wekan:
|
wekan:
|
||||||
image: wekanteam/wekan:latest
|
image: wekanteam/wekan:latest
|
||||||
container_name: wekan-app
|
container_name: wekan-app
|
||||||
restart: always
|
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue