removed unused components
This commit is contained in:
parent
220e7a4a0b
commit
20ee599b00
@ -1,10 +0,0 @@
|
||||
MQTTHOST=192.168.150.150
|
||||
MQTTPORT=1883
|
||||
MQTTUSER=captica
|
||||
MQTTPASS=captica
|
||||
CONTROLMYSPA_USER=tobiaslehmann
|
||||
CONTROLMYSPA_PASS=Tobias1985!
|
||||
CONTROLMYSPA_CELSIUS=true
|
||||
HASSTOPIC=captica/balboaspa/status
|
||||
DEBUG=app:info,*:error,spa:info
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=1
|
||||
@ -1,17 +0,0 @@
|
||||
services:
|
||||
controlmyspa:
|
||||
image: mikakoivisto/controlmyspa-ha-mqtt
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- default
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.3.0.0/16
|
||||
gateway: 172.3.0.1
|
||||
Loading…
Reference in New Issue
Block a user