feat(Vikunja): Add new service

This commit is contained in:
2022-04-15 14:54:08 +02:00
parent d8414788ef
commit efcd3891ba
11 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
version: "3.8"
# https://vikunja.io/docs/config-options/#metrics
services:
vikunja_api:
environment:
VIKUNJA_METRICS_ENABLED: ${VIKUNJA_METRICS_ENABLED-:false}
VIKUNJA_METRICS_USERNAME: ${VIKUNJA_METRICS_USERNAME}
VIKUNJA_METRICS_PASSWORD: ${VIKUNJA_METRICS_PASSWORD}