kopia lustrzana https://github.com/Yakifo/amqtt
15 wiersze
270 B
YAML
15 wiersze
270 B
YAML
![]() |
services:
|
||
|
amqtt:
|
||
|
image: amqtt
|
||
|
container_name: amqtt
|
||
|
ports:
|
||
|
- "1883:1883"
|
||
|
- "8080:8080"
|
||
|
logging:
|
||
|
driver: "json-file"
|
||
|
options:
|
||
|
max-size: "10m"
|
||
|
max-file: "3"
|
||
|
volumes:
|
||
|
- ./broker.yaml:/app/conf/broker.yaml
|