feat: updated docker-compose

This commit is contained in:
willem.serruys
2026-08-16 11:37:14 +02:00
parent d3651ec4fd
commit 98311a95ba

View File

@@ -29,16 +29,6 @@ services:
- traefik.http.services.whoami.loadbalancer.server.port=2001 - traefik.http.services.whoami.loadbalancer.server.port=2001
command: command:
- --port=2001 - --port=2001
db:
image: mariadb:latest
restart: unless-stopped
ports:
- 3306:3306
env_file:
- environment-variables/local.env
- environment-variables/production.env
volumes:
- ${STORAGE_DIR}/mariadb:/var/lib/mysql
homeassistant: homeassistant:
build: build:
context: . context: .
@@ -135,7 +125,3 @@ services:
# Only enable if external services present # Only enable if external services present
# ports: # ports:
# - 4317:4317 # OTLP gRPC receiver # - 4317:4317 # OTLP gRPC receiver
power_control:
build:
context: .
dockerfile: ./dockerfiles/power_control.Dockerfile