diff --git a/kit/compose.yaml b/kit/compose.yaml index 7c09201..ac50e23 100644 --- a/kit/compose.yaml +++ b/kit/compose.yaml @@ -85,6 +85,8 @@ services: image: ${KIT_PASTEL_API_IMAGE:-ghcr.io/valknarness/pastel-api:latest} container_name: ${KIT_COMPOSE_PROJECT_NAME}_pastel_api restart: unless-stopped + healthcheck: + disable: true networks: - compose_network labels: @@ -110,6 +112,11 @@ services: image: ${KIT_PASTEL_UI_IMAGE:-ghcr.io/valknarness/pastel-ui:latest} container_name: ${KIT_COMPOSE_PROJECT_NAME}_pastel_ui restart: unless-stopped + healthcheck: + disable: true + environment: + - NEXT_PUBLIC_API_URL=https://${KIT_PASTEL_TRAEFIK_HOST} + - NEXT_PUBLIC_APP_URL=https://${KIT_PASTEL_TRAEFIK_HOST} networks: - compose_network labels: