2024-01-09 14:30:36 +00:00
|
|
|
# Postgresql db container configuration
|
2024-03-07 18:46:46 +00:00
|
|
|
POSTGRES_DB=impress
|
2024-01-09 14:30:36 +00:00
|
|
|
POSTGRES_USER=dinum
|
|
|
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
|
|
|
|
|
|
# App database configuration
|
|
|
|
|
DB_HOST=postgresql
|
2024-03-07 18:46:46 +00:00
|
|
|
DB_NAME=impress
|
2024-01-09 14:30:36 +00:00
|
|
|
DB_USER=dinum
|
|
|
|
|
DB_PASSWORD=pass
|
2026-03-12 15:09:45 +00:00
|
|
|
DB_PORT=5432
|
2026-05-11 13:22:20 +00:00
|
|
|
|
|
|
|
|
# If you want to create a user without superuser permissions, you can change it.
|
|
|
|
|
# The database must be deleted in order to be recreated.
|
|
|
|
|
# DB_USER=docs
|
|
|
|
|
# DB_PASSWORD=docs
|