Skip to content

Commit

Permalink
add docker-compose for development purposes using build instead of im…
Browse files Browse the repository at this point in the history
…age (#30)

see #29 (comment)
for background information
  • Loading branch information
florianschroen authored Jul 1, 2022
1 parent 9fe899f commit 48f117f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
mqtt-exporter:
build: .
ports:
- 9000:9000
environment:
- MQTT_ADDRESS=192.168.0.1

0 comments on commit 48f117f

Please sign in to comment.