Skip to content
Snippets Groups Projects
Commit 83d97148 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

making AMQP accessible from outside the container

parent 0aa80536
No related branches found
No related tags found
1 merge request!12making AMQP accessible from outside the container
Pipeline #289 passed
......@@ -11,8 +11,10 @@ services:
command: postgres -c listen_addresses=*
amqp:
image: rabbitmq:3.8
image: rabbitmq:3.8-management
restart: always
ports:
- "15672:15672"
schema:
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment