-test environment
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m7s

This commit is contained in:
2026-02-11 17:08:23 -05:00
parent c3e35258a1
commit e604870e26

View File

@@ -13,7 +13,7 @@ services:
chore-test-app-frontend: # Renamed for clarity
image: git.ryankegel.com:3000/ryan/frontend:next-1.0.4-20260211
ports:
- "8081:80" # Map external 8081 to internal 80 (assuming Nginx serves on 80)
- "443:443" # Map host 443 to container 443 for HTTPS
environment:
- BACKEND_HOST=chore-test-app-backend # Override for test env
depends_on: