Created
April 18, 2022 21:16
-
-
Save atimin/26ce9fb8e19161fa4ce2a9127445cccc to your computer and use it in GitHub Desktop.
docker-compose-reduct-mqtt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
reduct-storage: | |
image: ghcr.io/reduct-storage/reduct-storage:latest | |
volumes: | |
- ./data:/data | |
ports: | |
- "8383:8383" | |
mqtt-broker: | |
image: eclipse-mosquitto:1.6 | |
ports: | |
- "1883:1883" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment