mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Adding WRITABLE_PATH to docker config
This commit is contained in:
parent
59823a0661
commit
f94ae76609
2 changed files with 6 additions and 0 deletions
|
|
@ -33,10 +33,12 @@ services:
|
||||||
- WITH_API=true
|
- WITH_API=true
|
||||||
- RICHER_CARD_COMMENT_EDITOR=true
|
- RICHER_CARD_COMMENT_EDITOR=true
|
||||||
- BROWSER_POLICY_ENABLED=true
|
- BROWSER_POLICY_ENABLED=true
|
||||||
|
- WRITABLE_PATH=/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- wekandb-dev
|
- wekandb-dev
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- ./volumes/data:/data
|
||||||
- ../client:/home/wekan/app/client
|
- ../client:/home/wekan/app/client
|
||||||
- ../models:/home/wekan/app/models
|
- ../models:/home/wekan/app/models
|
||||||
- ../config:/home/wekan/app/config
|
- ../config:/home/wekan/app/config
|
||||||
|
|
|
||||||
|
|
@ -325,6 +325,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=https://intra.example.com
|
#- TRUSTED_URL=https://intra.example.com
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
|
# ==== WRITEABLE PATH FOR FILE UPLOADS ====
|
||||||
|
- WRITABLE_PATH=/data
|
||||||
|
#-----------------------------------------------------------------
|
||||||
# ==== OUTGOING WEBHOOKS ====
|
# ==== OUTGOING WEBHOOKS ====
|
||||||
# What to send to Outgoing Webhook, or leave out. If commented out the default values will be: cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue
|
# What to send to Outgoing Webhook, or leave out. If commented out the default values will be: cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue
|
||||||
#- WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
|
#- WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
|
||||||
|
|
@ -670,6 +673,7 @@ services:
|
||||||
- wekandb
|
- wekandb
|
||||||
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