Skip to content

Commit

Permalink
Uncomment sample compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jun 11, 2022
1 parent acfdd60 commit ea9137b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ version: "3"

services:

# ecowitt2mqtt:
# build:
# context: .
# container_name: ecowitt2mqtt
# environment:
# ECOWITT2MQTT_MQTT_BROKER: vernemq
# ECOWITT2MQTT_MQTT_PASSWORD: password
# ECOWITT2MQTT_MQTT_TOPIC: Test
# ECOWITT2MQTT_MQTT_USERNAME: ecowitt
# ECOWITT2MQTT_VERBOSE: "true"
# ports:
# - "8080:8080/tcp"
# restart: unless-stopped
ecowitt2mqtt:
build:
context: .
container_name: ecowitt2mqtt
environment:
ECOWITT2MQTT_MQTT_BROKER: vernemq
ECOWITT2MQTT_MQTT_PASSWORD: password
ECOWITT2MQTT_MQTT_TOPIC: Test
ECOWITT2MQTT_MQTT_USERNAME: ecowitt
ECOWITT2MQTT_VERBOSE: "true"
ports:
- "8080:8080/tcp"
restart: unless-stopped

vernemq:
container_name: vernemq
Expand Down

0 comments on commit ea9137b

Please sign in to comment.