update deploy

This commit is contained in:
2026-04-06 22:59:30 -05:00
parent 9001d759fd
commit c66a92acfb
2 changed files with 9 additions and 3 deletions

View File

@@ -68,12 +68,18 @@ services:
depends_on: depends_on:
live: live:
condition: service_healthy condition: service_healthy
healthcheck:
test: curl --fail localhost:8000 || exit 1
interval: 30s
retries: 5
start_period: 30s
timeout: 20s
environment: environment:
<<: *common-env <<: *common-env
TRYTON_HOSTNAME: ${TRYTON_HOSTNAME:-tryton} TRYTON_HOSTNAME: ${TRYTON_HOSTNAME:-live}
TRYTON_DATABASE: ${TRYTON_DATABASE:-database} TRYTON_DATABASE: ${TRYTON_DATABASE:-database}
TRYTON_USERNAME: ${TRYTON_USERNAME:-admin} TRYTON_USERNAME: ${TRYTON_USERNAME:-admin}
TRYTON_PASSWORD: ${TRYTON_PASSWORD:-S0p0rt3f1n4l*} TRYTON_PASSWORD: ${TRYTON_PASSWORD:-admin}
TRYTON_PORT: ${TRYTON_PORT:-8000} TRYTON_PORT: ${TRYTON_PORT:-8000}
FASTMCP_HOST: 0.0.0.0 FASTMCP_HOST: 0.0.0.0
FASTMCP_TRANSPORT: http FASTMCP_TRANSPORT: http

2
erp

Submodule erp updated: e788de8acb...f2c176d0fd