Skip to content

Commit

Permalink
Add db vars to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Nov 19, 2024
1 parent 0633ce7 commit 6b0239e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
DEBUG=0
DEBUG=0

# -- Stack Configuration -----------------------------------------------------

# Postgres
POSTGRES_SERVER=postgres
POSTGRES_USER=reev
POSTGRES_PASSWORD_FILE=/run/secrets/db-password
POSTGRES_DB=reev

# pgAdmin
PGADMIN_LISTEN_PORT=80
PGADMIN_DEFAULT_EMAIL=admin@example.com
PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin-password
PGADMIN_DISABLE_POSTFIX=1

0 comments on commit 6b0239e

Please sign in to comment.