feat: add dynamic dialog max width to ModalDialog component
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m45s
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m45s
This commit is contained in:
@@ -29,9 +29,10 @@ services:
|
||||
chores-test-app-frontend: # Test frontend service name
|
||||
image: git.ryankegel.com:3000/kegel/chores/frontend:next # Use latest next tag
|
||||
ports:
|
||||
- "446:443" # Host 446 -> Container 443 (HTTPS)
|
||||
- "446:80" # Host 446 -> Container 80 (HTTP behind external TLS proxy)
|
||||
environment:
|
||||
- BACKEND_HOST=chores-test-app-backend # Points to internal backend service
|
||||
- FRONTEND_SSL_ENABLED=false
|
||||
depends_on:
|
||||
- chores-test-app-backend
|
||||
# Add volumes, networks, etc., as needed
|
||||
|
||||
Reference in New Issue
Block a user