- pull_policy: always on vikunja service
- hardcoded bind mounts: /opt/vikunja/{postgres,files}
- port hardcoded in label: 3456 (Gotcha 6)
- removed Portainer Traefik router labels
- vikunja_internal: driver bridge (no fixed name)
- proxy: external: true
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
7 lines
225 B
Bash
7 lines
225 B
Bash
TZ=Europe/Madrid
|
|
VIKUNJA_DOMAIN=vikunja.sherlockhomeless.net
|
|
VIKUNJA_DB_NAME=vikunja
|
|
VIKUNJA_DB_USER=vikunja
|
|
VIKUNJA_DB_PASSWORD=CAMBIAME_db_super_largo_y_unico
|
|
VIKUNJA_JWT_SECRET=CAMBIAME_jwt_super_largo_y_unico_y_muy_largo
|