fix: comment out 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:10:17 -04:00
parent 8bdbf36705
commit 66f6ceb932

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