From 8646a7e2c07bc901a564b0526f791a40b137d126 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 21 Jun 2026 17:20:49 -0400 Subject: [PATCH] fix: uncomment 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 447e894..8025fed 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