-test environment
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m7s
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m7s
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
chore-test-app-frontend: # Renamed for clarity
|
chore-test-app-frontend: # Renamed for clarity
|
||||||
image: git.ryankegel.com:3000/ryan/frontend:next-1.0.4-20260211
|
image: git.ryankegel.com:3000/ryan/frontend:next-1.0.4-20260211
|
||||||
ports:
|
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:
|
environment:
|
||||||
- BACKEND_HOST=chore-test-app-backend # Override for test env
|
- BACKEND_HOST=chore-test-app-backend # Override for test env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user