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
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m39s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user