From 262c48a01aa4ec33e890ffa8593d47311f7beb59 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 6 Jun 2026 21:53:43 +0200 Subject: [PATCH] chore: document COMPOSE_FILE in .env.example to lock environment compose stack configurations --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 2850ee5..426e2ca 100755 --- a/.env.example +++ b/.env.example @@ -34,6 +34,8 @@ ORIGIN=http://localhost:5173 # POSTGRES_USER=postgres # POSTGRES_PASSWORD= # POSTGRES_DB=daagbox +# Optional: lock Docker Compose to a specific configuration file (e.g. staging or production) on the server: +# COMPOSE_FILE=docker-compose.staging.yml # Optional: comma-separated CORS origins (defaults to ORIGIN; 127.0.0.1 may be allowed for CORS but not for login) # CORS_ORIGINS=http://localhost:5173