Skip to content

Commit

Permalink
fix running local sciml (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Feb 21, 2024
1 parent 10b52bb commit f8c5019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/scripts/docker-compose-sim-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ services:
SIMSERVICE_TDS_URL: "http://${local_host_name}:3000"
SIMSERVICE_TDS_USER: "${secret_service_account_username}"
SIMSERVICE_TDS_PASSWORD: "${secret_service_account_password}"
SIMSERVICE_RABBITMQ_ENABLED: "false"
SIMSERVICE_ENABLE_TDS: "true"
SIMSERVICE_RABBITMQ_ENABLED: "true"
SIMSERVICE_RABBITMQ_LOGIN: "terarium"
SIMSERVICE_RABBITMQ_PASSWORD: "terarium123"
SIMSERVICE_RABBITMQ_ROUTE: "sciml-queue"
Expand Down

0 comments on commit f8c5019

Please sign in to comment.