1
0

chore(docs): add frontendurl to all example configs

This commit is contained in:
kolaente
2022-07-19 16:26:38 +02:00
parent 6c92859f8c
commit f8cc67d37f
3 changed files with 15 additions and 0 deletions

View File

@ -50,6 +50,8 @@ services:
VIKUNJA_DATABASE_TYPE: mysql
VIKUNJA_DATABASE_USER: vikunja
VIKUNJA_DATABASE_DATABASE: vikunja
VIKUNJA_SERVICE_JWTSECRET: <a super secure random secret>
VIKUNJA_SERVICE_FRONTENDURL: https://<your public frontend url with slash>/
volumes:
- ./files:/app/vikunja/files
depends_on: