fix: add FRONTEND_URL to environment variables and create .env.example file
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 4m0s

This commit is contained in:
2026-02-20 13:07:55 -05:00
parent 10216f49c9
commit 8148bfac51
3 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ services:
- "5001:5000" # Host 5001 -> Container 5000
environment:
- FLASK_ENV=production
- FRONTEND_URL=${FRONTEND_URL}
volumes:
- chores-app-backend-data:/app/data # Assuming backend data storage; adjust path as needed
networks: