diff --git a/SAS/TMSS/docker-compose-ua.yml b/SAS/TMSS/docker-compose-ua.yml
index 92097328364f16615a1a435ad1d3a6b61a046f43..7d2f96c0c010b2c8614ad920c1977b78eaa33019 100644
--- a/SAS/TMSS/docker-compose-ua.yml
+++ b/SAS/TMSS/docker-compose-ua.yml
@@ -1,6 +1,12 @@
 # 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