fix: hatchet tls

This commit is contained in:
Juan
2026-04-01 20:21:11 -05:00
parent 127d58000c
commit 6d3f4bbf1b
2 changed files with 2 additions and 1 deletions

View File

@@ -366,7 +366,7 @@ services:
context: ./server
dockerfile: Dockerfile
image: monadicalsas/reflector-backend:latest
profiles: [dailyco]
profiles: [dailyco, livekit]
restart: unless-stopped
env_file:
- ./server/.env

View File

@@ -1096,6 +1096,7 @@ step_server_env() {
# Hatchet is always required (file, live, and multitrack pipelines all use it)
env_set "$SERVER_ENV" "HATCHET_CLIENT_SERVER_URL" "http://hatchet:8888"
env_set "$SERVER_ENV" "HATCHET_CLIENT_HOST_PORT" "hatchet:7077"
env_set "$SERVER_ENV" "HATCHET_CLIENT_TLS_STRATEGY" "none"
ok "Hatchet connectivity configured (workflow engine for processing pipelines)"
# BIND_HOST controls whether server/web ports are exposed on all interfaces