diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-11-19 18:29:32 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-11-19 18:29:32 +0000 |
commit | 450b5ce0582773f4684dfc197f04765b81f429c9 (patch) | |
tree | e19c4ba8deabfd4132230792b17eeb56e6e93802 /docker-compose.yml | |
parent | d31d273073eec5220b4eb6cbeb576b3661ec6d7b (diff) | |
download | power.eda.gay-450b5ce0582773f4684dfc197f04765b81f429c9.tar.gz power.eda.gay-450b5ce0582773f4684dfc197f04765b81f429c9.zip |
Revert "Added python script to subscribe to MQTT topics and push them to InfluxDB"
This reverts commit d31d273073eec5220b4eb6cbeb576b3661ec6d7b.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 0ca01a6..daaeb5c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,34 +8,10 @@ services: - 9001:9001 volumes: - ./mosquitto.conf:/mosquitto/config/mosquitto.conf - - ./.passwords:/mosquitto/passwd_file + - ./.passwords://mosquitto/passwd_file - mosquitto-data:/mosquitto/data - mosquitto-logs:/mosquitto/log - - influxdb: - image: influxdb:2.0 - ports: - - 8086:8086 - volumes: - - influxdb-config:/etc/influxdb2 - - influxdb-data:/var/lib/influxdb2 - env_file: - - ./config.env - depends_on: - - mqtt - - mqtt_client: - image: jwansek/mqtt-client - build: - context: ./mqtt-client - dockerfile: Dockerfile - env_file: - - ./config.env - depends_on: - - influxdb volumes: mosquitto-data: mosquitto-logs: - influxdb-config: - influxdb-data: |