added .env bootstrap and fallback

This commit is contained in:
Fimeg
2025-10-31 06:54:34 -04:00
parent a3e3ac33a7
commit 44bb05ca5d
5 changed files with 31 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ services:
retries: 5
restart: unless-stopped
env_file:
- ./config/.env.bootstrap.example
- ./config/.env
server:
@@ -38,6 +39,7 @@ services:
command: ["./redflag-server"]
restart: unless-stopped
env_file:
- ./config/.env.bootstrap.example
- ./config/.env
web: