config angepasst
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
wekandb:
|
wekandb:
|
||||||
image: mongo:latest
|
image: mongo:6
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Disable MongoDB logs:
|
# Disable MongoDB logs:
|
||||||
@@ -17,18 +17,19 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
||||||
wekan:
|
wekan:
|
||||||
image: wekanteam/wekan
|
image: wekanteam/wekan:latest
|
||||||
container_name: wekan-app
|
container_name: wekan-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8004:8080
|
- 8004:8080
|
||||||
environment:
|
environment:
|
||||||
|
- WRITABLE_PATH=/data
|
||||||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||||
- ROOT_URL=https://${APP_URL}
|
- ROOT_URL=https://${APP_URL}
|
||||||
- WITH_API=true
|
- WITH_API=true
|
||||||
- RICHER_CARD_COMMENT_EDITOR=false
|
- RICHER_CARD_COMMENT_EDITOR=false
|
||||||
- CARD_OPENED_WEBHOOK_ENABLED=false
|
- CARD_OPENED_WEBHOOK_ENABLED=false
|
||||||
- BIGEVENTS_PATTERN=received|start|due|end
|
- BIGEVENTS_PATTERN=NONE # received|start|due|end
|
||||||
- BROWSER_POLICY_ENABLED=true
|
- BROWSER_POLICY_ENABLED=true
|
||||||
- MAIL_URL=smtp://${MAIL_USER}:${MAIL_PASS}@smtp.strato.de:587?tls={ciphers:"SSLv3"}&secureConnection=false
|
- MAIL_URL=smtp://${MAIL_USER}:${MAIL_PASS}@smtp.strato.de:587?tls={ciphers:"SSLv3"}&secureConnection=false
|
||||||
- MAIL_FROM='ToDo Info <${FROM}>'
|
- MAIL_FROM='ToDo Info <${FROM}>'
|
||||||
@@ -36,3 +37,6 @@ services:
|
|||||||
- NOTIFY_DUE_AT_HOUR_OF_DAY=8
|
- NOTIFY_DUE_AT_HOUR_OF_DAY=8
|
||||||
depends_on:
|
depends_on:
|
||||||
- wekandb
|
- wekandb
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- ./wekan-files:/data:rw
|
||||||
|
|||||||
Reference in New Issue
Block a user