mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
12 lines
142 B
YAML
12 lines
142 B
YAML
services:
|
|
backend:
|
|
build: .
|
|
ports:
|
|
- "8888:5000"
|
|
mqtt:
|
|
image: docker.io/rabbitmq:4.2.5
|
|
ports:
|
|
- "5672:6000"
|
|
|
|
|