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: frontend:
image: ghcr.io/teamcastaldi/jobsquatch-frontend:${IMAGE_TAG:-latest} image: ghcr.io/teamcastaldi/jobsquatch-frontend:${IMAGE_TAG:-latest}
restart: unless-stopped restart: unless-stopped
ports: # ports:
- "80:80" # - "80:80"
depends_on: depends_on:
app: app:
condition: service_healthy condition: service_healthy