feat: route bot service through nginx instead of direct port

This commit is contained in:
2026-04-03 19:21:58 -05:00
parent c7fd2b8210
commit 1980c81d1b
2 changed files with 15 additions and 6 deletions

View File

@@ -104,8 +104,6 @@ services:
bot:
image: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro}
ports:
- "8010:8010"
depends_on:
db:
condition: service_healthy