mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
14 lines
311 B
YAML
14 lines
311 B
YAML
services:
|
|
backend:
|
|
image: docker.io/sfja/h5-mst-backend:latest
|
|
ports:
|
|
- "8888:8888"
|
|
mosquitto:
|
|
image: docker.io/eclipse-mosquitto
|
|
ports:
|
|
- "1883:1883"
|
|
volumes:
|
|
- $PWD/mosquitto.conf:/mosquitto/config/mosquitto.conf
|
|
- $PWD/mqtt_users:/mosquitto/config/mqtt_users
|
|
|