mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-25 14:45:19 +00:00
fix: hatchet tls
This commit is contained in:
@@ -366,7 +366,7 @@ services:
|
|||||||
context: ./server
|
context: ./server
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: monadicalsas/reflector-backend:latest
|
image: monadicalsas/reflector-backend:latest
|
||||||
profiles: [dailyco]
|
profiles: [dailyco, livekit]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ./server/.env
|
- ./server/.env
|
||||||
|
|||||||
@@ -1096,6 +1096,7 @@ step_server_env() {
|
|||||||
# Hatchet is always required (file, live, and multitrack pipelines all use it)
|
# 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_SERVER_URL" "http://hatchet:8888"
|
||||||
env_set "$SERVER_ENV" "HATCHET_CLIENT_HOST_PORT" "hatchet:7077"
|
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)"
|
ok "Hatchet connectivity configured (workflow engine for processing pipelines)"
|
||||||
|
|
||||||
# BIND_HOST controls whether server/web ports are exposed on all interfaces
|
# BIND_HOST controls whether server/web ports are exposed on all interfaces
|
||||||
|
|||||||
Reference in New Issue
Block a user