chore: update dependencies on services

This commit is contained in:
2026-04-03 17:45:12 -05:00
parent efb142e7c4
commit ece7a8eeb2

View File

@@ -95,6 +95,9 @@ services:
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf.template - ./nginx.conf:/etc/nginx/conf.d/nginx.conf.template
ports: ports:
- "${NGINX_PORT:-10000}:10000" - "${NGINX_PORT:-10000}:10000"
depends_on:
tryton:
condition: service_healthy
environment: environment:
SERVER_NAME: ${SERVER_NAME:-tryton.domain.com} SERVER_NAME: ${SERVER_NAME:-tryton.domain.com}
NGINX_PORT: ${NGINX_PORT:-10000} NGINX_PORT: ${NGINX_PORT:-10000}
@@ -105,6 +108,9 @@ services:
image: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro} image: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro}
ports: ports:
- "8010:8010" - "8010:8010"
depends_on:
db:
condition: service_healthy
environment: environment:
<<: *common-env <<: *common-env
NALIIA_BOT: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro} NALIIA_BOT: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro}
@@ -121,6 +127,9 @@ services:
tryton_mcp: tryton_mcp:
image: ${NALIIA_TRYTON_MCP:-gitea.onecluster.org/oneteam/naliia_tryton_mcp:v1.0.0_pro} image: ${NALIIA_TRYTON_MCP:-gitea.onecluster.org/oneteam/naliia_tryton_mcp:v1.0.0_pro}
depends_on:
tryton:
condition: service_healthy
environment: environment:
<<: *common-env <<: *common-env
NALIIA_TRYTON_MCP: ${NALIIA_TRYTON_MCP:-gitea.onecluster.org/oneteam/naliia_tryton_mcp:v1.0.0_pro} NALIIA_TRYTON_MCP: ${NALIIA_TRYTON_MCP:-gitea.onecluster.org/oneteam/naliia_tryton_mcp:v1.0.0_pro}