From 14a75acb1578345dc2434c739acdb2965753f9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B2=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B5=D0=BC?= Date: Tue, 23 Jun 2026 13:53:04 +0300 Subject: [PATCH] add expose to docker-compose --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7f1b8ba..087581a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,11 +10,11 @@ services: CORS_ALLOWED_ORIGINS: ${CORS_ALLOWED_ORIGINS} INGEST_API_KEY: ${INGEST_API_KEY} CURRENT_EVENTS_POLL_MS: ${CURRENT_EVENTS_POLL_MS} - ports: - - "${PORT}:${PORT}" + expose: + - "3101" networks: - proxy networks: proxy: - external: true + external: true \ No newline at end of file