Commit ddcd1bfdbd89e3c72cbba73e0046704fb272d261
1 parent
59b0f9024d
Exists in
master
updating the docker-compose files
Showing 2 changed files with 8 additions and 1 deletions
docker-compose-jfrog.yml
View file @
ddcd1bf
docker-compose.yml
View file @
ddcd1bf
... | ... | @@ -124,6 +124,13 @@ |
124 | 124 | restart: always |
125 | 125 | ports: |
126 | 126 | - "5000:5000" |
127 | + | |
128 | + rabbitmq-client: | |
129 | + build: | |
130 | + context: ./RabbitMQ_sub | |
131 | + image: registry.curex-project.eu:443/curex-local/xlsiem_rabbitmq:1.0.0 | |
132 | + container_name: rabbitmq_client | |
133 | + restart: unless-stopped | |
127 | 134 | |
128 | 135 | #MQTT |
129 | 136 | mosquitto: |