From 66f6ceb93242f76fd20ef70e6f9141841531f1b5 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 21 Jun 2026 17:10:17 -0400 Subject: [PATCH] fix: comment out ports configuration for frontend service in compose.yaml --- nodes/heimdall/jobsquatch-alpha/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/jobsquatch-alpha/compose.yaml b/nodes/heimdall/jobsquatch-alpha/compose.yaml index 8025fed..447e894 100644 --- a/nodes/heimdall/jobsquatch-alpha/compose.yaml +++ b/nodes/heimdall/jobsquatch-alpha/compose.yaml @@ -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