feat: updated docker-compose
This commit is contained in:
@@ -29,16 +29,6 @@ services:
|
||||
- traefik.http.services.whoami.loadbalancer.server.port=2001
|
||||
command:
|
||||
- --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:
|
||||
build:
|
||||
context: .
|
||||
@@ -135,7 +125,3 @@ services:
|
||||
# Only enable if external services present
|
||||
# ports:
|
||||
# - 4317:4317 # OTLP gRPC receiver
|
||||
power_control:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./dockerfiles/power_control.Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user