Skip to content

Instantly share code, notes, and snippets.

@atimin
Created April 18, 2022 21:16
Show Gist options
  • Save atimin/26ce9fb8e19161fa4ce2a9127445cccc to your computer and use it in GitHub Desktop.
Save atimin/26ce9fb8e19161fa4ce2a9127445cccc to your computer and use it in GitHub Desktop.
docker-compose-reduct-mqtt
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