feat: update environment variables to set DATA_ENV and DB_ENV to 'prod'
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m39s

This commit is contained in:
2026-07-31 15:59:19 -04:00
parent 95dee37b60
commit 0b89833c32
5 changed files with 11 additions and 7 deletions
+2
View File
@@ -24,6 +24,8 @@ services:
- ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME}
- ADMIN_LAST_NAME=${ADMIN_LAST_NAME}
- MONGO_URI=${MONGO_URI}
- DATA_ENV=test
- DB_ENV=test
volumes:
- chores-test-app-backend-data:/app/data