add expose to docker-compose

This commit is contained in:
Первов Артем
2026-06-23 13:53:04 +03:00
parent cf507037a8
commit 14a75acb15

View File

@@ -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