docker-compose.yaml/vikunja/.env
2024-08-10 09:07:11 +00:00

14 lines
232 B
Bash

# Environment file for docker-compose.yaml
# Generate new passwords with:
# openssl rand -hex 32
# Fill in registry
REGISTRY=
# Vikunja
VIKUNJA_PORT=
VIKUNJA_DBNAME=
VIKUNJA_DBUSER=
VIKUNJA_DBPASS=
VIKUNJA_JWTSECRET=
VIKUNJA_URL=