feat: postgresql support is optional

This commit is contained in:
f
2024-10-25 16:40:50 -03:00
parent 2310cb9378
commit 3a98857b5c
2 changed files with 60 additions and 0 deletions

View File

@ -10,6 +10,11 @@ LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
# PostgreSQL
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"
#SECRET_DB_PASSWORD_VERSION=v1
# OAuth, see https://docs.hedgedoc.org/guides/auth/keycloak/
#COMPOSE_FILE="$COMPOSE_FILE:compose.oauth.yml"