chore: Update environment variables
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
|
|
||||||
tryton:
|
tryton:
|
||||||
image: ${NALIIA}
|
image: ${NALIIA:-gitea.onecluster.org/oneteam/naliia:1.0.0_pro}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: /bin/bash /opt/start.sh
|
command: /bin/bash /opt/start.sh
|
||||||
volumes:
|
volumes:
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ${NALIIA}
|
image: ${NALIIA:-gitea.onecluster.org/oneteam/naliia:1.0.0_pro}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
depends_on:
|
depends_on:
|
||||||
tryton:
|
tryton:
|
||||||
@@ -60,7 +60,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: ${NALIIA}
|
image: ${NALIIA:-gitea.onecluster.org/oneteam/naliia:1.0.0_pro}
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
depends_on:
|
depends_on:
|
||||||
tryton:
|
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;'"
|
command: /bin/bash -c "envsubst < /etc/nginx/conf.d/nginx.conf.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
image: ${NALIIA_BOT}
|
image: ${NALIIA_BOT:-gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro}
|
||||||
ports:
|
ports:
|
||||||
- "8010:8010"
|
- "8010:8010"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -116,7 +116,7 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
tryton_mcp:
|
tryton_mcp:
|
||||||
image: ${NALIIA_TRYTON_MCP}
|
image: ${NALIIA_TRYTON_MCP:-gitea.onecluster.org/oneteam/naliia_tryton_mcp:v1.0.0_pro}
|
||||||
volumes:
|
volumes:
|
||||||
- mcp:/app/src
|
- mcp:/app/src
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user