Skip to content
Snippets Groups Projects
Commit fc497618 authored by Martin Iversen's avatar Martin Iversen
Browse files

added in broker in docker-compose.yml

parent 281bf921
No related branches found
No related tags found
2 merge requests!59Working on mqtt broker, added in necessary mosuitto config and passsword file...,!57Working on mqtt broker, added in necessary mosuitto config and passsword file...
version: "3.5"
services:
broker:
image: eclipse-mosquitto:2.0
ports:
- ${MQTT_PORT}:1883
volumes:
- ./broker/mosquitto.conf:/mosquitto/config/mosquitto.conf
- ./broker/mosquitto.passwd:/mosquitto/config/mosquitto.passwd
web:
container_name: go
build: ./
ports:
- "80:8080"
restart: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment