huskies: merge 1152 story Set HUSKIES_GATEWAY_URL on every sled container so 1136's relay actually spawns
This commit is contained in:
@@ -29,6 +29,9 @@ services:
|
||||
- HUSKIES_PORT=3001
|
||||
# Bind to all interfaces so Docker port forwarding works.
|
||||
- HUSKIES_HOST=0.0.0.0
|
||||
# Gateway URL so this sled's relay task forwards CRDT events to the gateway.
|
||||
# Uses host.docker.internal so the container can reach the gateway on the host.
|
||||
- HUSKIES_GATEWAY_URL=http://host.docker.internal:3000
|
||||
# Optional: Matrix bot credentials (if using Matrix integration)
|
||||
- MATRIX_HOMESERVER=${MATRIX_HOMESERVER:-}
|
||||
- MATRIX_USER=${MATRIX_USER:-}
|
||||
|
||||
Reference in New Issue
Block a user