mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
Some torodb fixes. In Progress.
Thanks to xet7 !
This commit is contained in:
parent
9509269622
commit
edb4db30bb
1 changed files with 7 additions and 1 deletions
|
|
@ -142,6 +142,9 @@ services:
|
||||||
mongod --replSet rs1
|
mongod --replSet rs1
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- mongodb:/data/db
|
||||||
|
- mongodb-dump:/dump
|
||||||
wekan:
|
wekan:
|
||||||
image: quay.io/wekan/wekan
|
image: quay.io/wekan/wekan
|
||||||
container_name: wekan-app
|
container_name: wekan-app
|
||||||
|
|
@ -154,7 +157,6 @@ services:
|
||||||
# use 3001:8080 . Do not add any extra address etc here, that way it does not work.
|
# use 3001:8080 . Do not add any extra address etc here, that way it does not work.
|
||||||
- 80:8080
|
- 80:8080
|
||||||
environment:
|
environment:
|
||||||
- WRITABLE_PATH=/data
|
|
||||||
- MONGO_URL=mongodb://mongodb:27017/wekan
|
- MONGO_URL=mongodb://mongodb:27017/wekan
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# ==== ROOT_URL SETTING ====
|
# ==== ROOT_URL SETTING ====
|
||||||
|
|
@ -331,6 +333,9 @@ services:
|
||||||
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
|
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
|
||||||
#- TRUSTED_URL=
|
#- TRUSTED_URL=
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
|
# ==== WRITEABLE PATH FOR FILE UPLOADS ====
|
||||||
|
- WRITABLE_PATH=/data
|
||||||
|
#-----------------------------------------------------------------
|
||||||
# ==== OUTGOING WEBHOOKS ====
|
# ==== OUTGOING WEBHOOKS ====
|
||||||
# What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId .
|
# What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId .
|
||||||
# example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
|
# example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
|
||||||
|
|
@ -620,6 +625,7 @@ services:
|
||||||
- mongodb
|
- mongodb
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- ./volumes/data:/data
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
|
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue