Added in a .env.example file.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-22 19:48:19 -04:00
parent 45de78603a
commit 7f71a3e328
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=mydb
POSTGRES_HOST=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5432

View File

@@ -9,6 +9,7 @@ services:
- "8000:8000"
environment:
ENVIRONMENT: production
POSTGRES_HOST: postgres
depends_on:
postgres:
condition: service_healthy