fix: uncomment ports configuration for frontend service in compose.yaml
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

This commit is contained in:
Nathan 2026-06-21 17:20:49 -04:00
parent 66f6ceb932
commit 8646a7e2c0

View File

@ -64,8 +64,8 @@ services:
frontend:
image: ghcr.io/teamcastaldi/jobsquatch-frontend:${IMAGE_TAG:-latest}
restart: unless-stopped
# ports:
# - "80:80"
ports:
- "80:80"
depends_on:
app:
condition: service_healthy