feat: added compose.yaml

This commit is contained in:
2026-08-21 11:39:28 +02:00
parent 99c2988070
commit 8e6e8fa951
8 changed files with 82 additions and 66 deletions
+17
View File
@@ -0,0 +1,17 @@
# PostgreSQL Config
POSTGRES_USER=dttmr_user
POSTGRES_PASSWORD=super_secret_db_password
POSTGRES_DB=dttmr_db
# App Config
DTTMR_DATABASE_URL=postgres://dttmr_user:super_secret_db_password@postgres:5432/dttmr_db?sslmode=disable&timezone=utc
DTTMR_OTLP_ENDPOINT=otel-collector:4317
DTTMR_ENVIRONMENT=production
DTTMR_JWT_SECRET=super_secret_jwt_key
DTTMR_PORT=8080
# Bootstrap Admin
ADMIN_EMAIL=admin@example.com
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme