Skip to content

Commit

Permalink
Add proper env variables for rabbitmq/sse communication (#2179)
Browse files Browse the repository at this point in the history
Co-authored-by: Yohann Paris <github@yohannparis.com>
  • Loading branch information
mattprintz and YohannParis authored Nov 8, 2023
1 parent d4c0686 commit 25d2e20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions containers/scripts/docker-compose-hmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ services:
TERARIUM_KEYCLOAK_CLIENT-ID: "${secret_terarium_keycloak_client_id}"
TERARIUM_KEYCLOAK_REALM: "${secret_terarium_keycloak_realm}"
TERARIUM_KEYCLOAK_URL: "${secret_terarium_keycloak_url}"
TERARIUM_MQ-ADDRESSES: "amqp://${local_host_name}:5672"
TERARIUM_MQ-HOST: "${local_host_name}"
TERARIUM_MQ-PASSWORD: "terarium123"
TERARIUM_MQ-POST: "5672"
TERARIUM_MQ-USERNAME: "terarium"
TGPT_APP_URL: "http://${local_host_name}:3050/beaker/"
TGPT_TOKEN: "${secret_tgpt_token}"
TGPT_WS_URL: "ws://${local_host_name}:3050/beaker_ws/"
Expand Down

0 comments on commit 25d2e20

Please sign in to comment.