feat: update docker-compose for backend data volume and enhance ParentLayout with push subscription handling
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m39s

This commit is contained in:
2026-04-17 17:18:13 -04:00
parent 0a6551368b
commit 91e3c45b5a
2 changed files with 12 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ services:
- SEED_PIN=${SEED_PIN}
- SEED_FIRST_NAME=${SEED_FIRST_NAME}
- SEED_LAST_NAME=${SEED_LAST_NAME}
# Add volumes, networks, etc., as needed
volumes:
- chores-test-app-backend-data:/app/data
chores-test-app-frontend: # Test frontend service name
image: git.ryankegel.com:3000/kegel/chores/frontend:next # Use latest next tag