removed unused components

This commit is contained in:
Tobias Lehmann 2025-07-23 08:44:53 +02:00
parent 220e7a4a0b
commit 20ee599b00
2 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -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