Skip to content

Commit

Permalink
Revert "97: Make RabbitMQ management port configurable through env var."
Browse files Browse the repository at this point in the history
This reverts commit 962f64c.
  • Loading branch information
lfse-slafleur committed Sep 11, 2024
1 parent 962f64c commit 0053a49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ POSTGRES_ORCHESTRATOR_USER_NAME=omotes_orchestrator
POSTGRES_ORCHESTRATOR_USER_PASSWORD=somepass3

RABBITMQ_PORT=5672
RABBITMQ_MANAGEMENT_PORT=15672
RABBITMQ_ROOT_USER=root
RABBITMQ_ROOT_PASSWORD=5678
RABBITMQ_OMOTES_USER_NAME=omotes
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
hostname: rabbitmq-nwn
ports:
- '${RABBITMQ_PORT}:5672'
- '${RABBITMQ_MANAGEMENT_PORT}:15672'
- '15672:15672'
networks:
- omotes
# - mapeditor-net
Expand Down

0 comments on commit 0053a49

Please sign in to comment.