Skip to content

Instantly share code, notes, and snippets.

@championshuttler
Created May 4, 2022 13:27
Show Gist options
  • Save championshuttler/c87764be15c9aa29eb67537aa18a229b to your computer and use it in GitHub Desktop.
Save championshuttler/c87764be15c9aa29eb67537aa18a229b to your computer and use it in GitHub Desktop.
version: "3.9"
services:
feeder:
image: docker-registry.rahti.csc.fi/student483/shivam-toyota:1.0
environment:
- MQTT_URL=mosquitto
- MQTT_PORT=1883
- CLIENT_ID=student483
mosquitto:
image: eclipse-mosquitto:latest
ports:
- "8883:8883"
- "1883:1883"
volumes:
- ./config:/mosquitto/config/
networks:
student483:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment