Zentrale .env-Konfiguration für alle Umgebungsvariablen

This commit is contained in:
2026-07-19 02:35:29 +02:00
parent 28bccb9d16
commit b0ff551ca0
7 changed files with 88 additions and 13 deletions

View File

@@ -5,6 +5,9 @@ services:
dockerfile: apps/backend/Dockerfile
container_name: launchpad-backend
restart: unless-stopped
env_file:
- path: ./.env
required: false
environment:
- DATABASE_PATH=/data/launchpad.db
- PORT=3001