Skip to content

Commit 852e906

Browse files
authored
Update vikunja.yaml, follow recommended docker-compose.
1 parent 5778466 commit 852e906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/compose/vikunja.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ services:
1212
- VIKUNJA_SERVICE_PUBLICURL=$SERVICE_FQDN_VIKUNJA
1313
- VIKUNJA_SERVICE_JWTSECRET=$SERVICE_PASSWORD_JWTSECRET
1414
- VIKUNJA_SERVICE_ENABLEREGISTRATION=true
15+
- VIKUNJA_DATABASE_PATH=/db/vikunja.db
1516
volumes:
1617
- vikunja-data:/app/vikunja/
18+
- vikunja-sqlite-data:/db
1719
healthcheck:
1820
test: ["CMD", "wget", "--spider", "http://127.0.0.1:3456"]
1921
interval: 5s

0 commit comments

Comments
 (0)