From c24e6c07fdf99c96c6056708872b8bd0b12d8d1d Mon Sep 17 00:00:00 2001 From: Ishan Karmakar Date: Thu, 13 Aug 2026 22:29:42 +0000 Subject: [PATCH] Remove exposed ports --- docker-compose.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9d1f67e..4a56211 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -141,8 +141,6 @@ services: pull_policy: always container_name: spotlight restart: unless-stopped - ports: - - 127.0.0.1:8969:8969/tcp image: ghcr.io/getsentry/spotlight:latest networks: - postiz-network @@ -198,8 +196,6 @@ services: temporal: container_name: temporal restart: always - ports: - - '127.0.0.1:7233:7233' image: temporalio/auto-setup:1.28.1 depends_on: temporal-postgresql: @@ -254,8 +250,6 @@ services: - TEMPORAL_CORS_ORIGINS=http://127.0.0.1:3000 networks: - temporal-network - ports: - - '127.0.0.1:8080:8080' healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/healthz"] interval: 30s