chore: Update environment variables

This commit is contained in:
2026-04-03 15:00:25 -05:00
parent 63751f7c5c
commit 94811398fe

View File

@@ -16,7 +16,7 @@ services:
- .env
tryton:
image: ${NALIIA}
image: ${NALIIA:-gitea.onecluster.org/oneteam/naliia:1.0.0_pro}
working_dir: /app
command: /bin/bash /opt/start.sh
volumes:
@@ -39,7 +39,7 @@ services:
- .env
worker:
image: ${NALIIA}
image: ${NALIIA:-gitea.onecluster.org/oneteam/naliia:1.0.0_pro}
working_dir: /app
depends_on:
tryton:
@@ -60,7 +60,7 @@ services:
- .env
cron:
image: ${NALIIA}
image: ${NALIIA:-gitea.onecluster.org/oneteam/naliia:1.0.0_pro}
working_dir: /app
depends_on:
tryton:
@@ -93,7 +93,7 @@ services:
command: /bin/bash -c "envsubst < /etc/nginx/conf.d/nginx.conf.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
bot:
image: ${NALIIA_BOT}
image: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro}
ports:
- "8010:8010"
depends_on:
@@ -116,7 +116,7 @@ services:
retries: 3
start_period: 40s
tryton_mcp:
image: ${NALIIA_TRYTON_MCP}
image: ${NALIIA_TRYTON_MCP:-gitea.onecluster.org/oneteam/naliia_tryton_mcp:v1.0.0_pro}
volumes:
- mcp:/app/src
environment: