Files
Lageplan/.env.docker
Pepe Ziberi 362a7e4666
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
chore(ci): setup Gitea Actions + Portainer auto-deploy pipeline
2026-05-19 18:07:56 +02:00

14 lines
518 B
Docker

# Dummy environment for Docker build stage
# These values are only needed so Next.js can compile during docker build
# Runtime values are injected via docker-compose environment
DATABASE_URL=postgresql://lageplan:lageplan_secret@db:5432/lageplan
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=build-time-secret-not-used-at-runtime
MINIO_ENDPOINT=minio
MINIO_PORT=9000
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin123
MINIO_BUCKET=lageplan-icons
MINIO_USE_SSL=false
MINIO_PUBLIC_URL=http://localhost:9000