feat: add MONGO_URI to environment variable setup in build workflow
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m22s

This commit is contained in:
2026-07-30 00:21:12 -04:00
parent 7e71446cc7
commit 0f903f57bb
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ services:
- DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET}
- VAPID_PUBLIC_KEY=${VAPID_PUBLIC_KEY}
- VAPID_PRIVATE_KEY=${VAPID_PRIVATE_KEY}
- MONGO_URI=${MONGO_URI}
volumes:
- chores-app-backend-data:/app/data # Assuming backend data storage; adjust path as needed
networks: