Skip to content

Commit

Permalink
Don't publish docker ports for mongo, rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Jul 20, 2023
1 parent 10725b9 commit 1de5dbb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions slim-containers-files/docker-compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@ services:

ocrd-mongodb:
image: mongo
# Ports are only needed during the implementation phase to test. To be removed later
ports:
- "27018:27017"

ocrd-rabbitmq:
image: rabbitmq:3-management
# Ports are only needed during the implementation phase to test. To be removed later
ports:
- "5672:5672"
- "15672:15672"
environment:
- "RABBITMQ_DEFAULT_USER=admin"
- "RABBITMQ_DEFAULT_PASS=admin"

0 comments on commit 1de5dbb

Please sign in to comment.