docker-compose-configs/invidious/invidious-all/.env-pgbouncer.example
root 0b420bbbbf invidious: better configuration with example and explanation
watchtower: use trusted-fast label for trusted images (generally my own images)
2025-04-07 16:52:42 -04:00

10 lines
325 B
Text

# PG_BOUNCER
# Use `/var/run/postgresql/` if you are passing a local
# postgresql database running on the host machine
# Otherwise, you will need to figure it out how to
# configure this if you want to run a separate
# postgresql database only for invidious.
DB_HOST=/var/run/postgresql/
DB_USER=""
DB_PASSWORD=""
DB_NAME=""