spejsiot/master/docker-compose.yml

12 lines
149 B
YAML
Raw Normal View History

2015-12-26 23:29:30 +00:00
mosquitto:
image: toke/mosquitto
ports:
- "1883:1883"
2016-08-30 19:24:34 +00:00
nginx:
image: nginx
volumes:
- ota:/usr/share/nginx/html
ports:
- "80:80"