Expose admin API port in docker compose

This commit is contained in:
Egor
2025-09-28 02:48:42 +03:00
parent 32523f5dea
commit 38b058636c
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ services:
# Логотип для сообщений
- ./vpn_logo.png:/app/vpn_logo.png:ro
ports:
- "${WEB_API_PORT:-8080}:8080"
- "${TRIBUTE_WEBHOOK_PORT:-8081}:8081"
- "${YOOKASSA_WEBHOOK_PORT:-8082}:8082"
networks: