Skip to content
Snippets Groups Projects
Commit 5af05aa7 authored by Auke Klazema's avatar Auke Klazema
Browse files

TMSS-310: Add rabbitmq service so TMSS can connect to a broker

parent b1c184df
No related branches found
No related tags found
1 merge request!201Resolve TMSS-310
# This docker-compose is used to run TMSS together with a test open ID connect server on the User Acceptance system (tmss-ua)
version: "3"
services:
rabbitmq:
image: rabbitmq:latest
hostname: rabbitmq
ports:
- 5672:5672
- 15672:15672
web:
image: nexus.cep4.control.lofar:18080/tmss_django:latest
restart: on-failure
......
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