rabbitmq tests

This commit is contained in:
2026-03-16 22:13:26 +03:00
parent 1d0ee54b1f
commit 0855a064c9
13 changed files with 437 additions and 489 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
local_quantum_app:
build:
context: .
restart: unless-stopped
ports:
- 5001:5001
environment:
MQTT_HOST: mqtt.deowl.ru
MQTT_PORT: 1883