diff --git a/docker-compose.yml b/docker-compose.yml index 9436f14..cbeb31f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,7 +61,7 @@ services: volumes: - wizard_config:/config:ro ports: - - "127.0.0.1:${BACKEND_PORT:-8000}:${BACKEND_PORT:-8000}" + - "127.0.0.1:${BACKEND_PORT:-8000}:8000" depends_on: mysql: condition: service_healthy @@ -71,7 +71,7 @@ services: cpus: '0.5' memory: 512M healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:${BACKEND_PORT:-8000}/health"] + test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s timeout: 10s retries: 3