Skip to content

Commit

Permalink
exposing ws and stomp ports of openusp-broker
Browse files Browse the repository at this point in the history
  • Loading branch information
openuspio committed Nov 11, 2023
1 parent 5a5cd1d commit 30106ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
image: islandora/activemq:mariadb_max_packet
container_name: openusp-broker
ports:
- 61613:61613
- 61614:61614
- 61616:61616
- 8161:8161
- 1883:1883
Expand Down
2 changes: 2 additions & 0 deletions deployments/docker-compose_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ services:
image: islandora/activemq:mariadb_max_packet
container_name: openusp-broker
ports:
- 61613:61613
- 61614:61614
- 61616:61616
- 8161:8161
- 1883:1883
Expand Down

0 comments on commit 30106ba

Please sign in to comment.