mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
|
||||
|
||||
services:
|
||||
homeassistant:
|
||||
network_mode: host
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/home-assistant/home-assistant:latest
|
||||
volumes:
|
||||
- ha_config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /run/dbus:/run/dbus:ro
|
||||
networks:
|
||||
- swarm-ipvlan
|
||||
- traefik-public
|
||||
- homeassistant-internal
|
||||
privileged: true
|
||||
environment:
|
||||
DISABLE_JEMALLOC: value
|
||||
|
||||
Reference in New Issue
Block a user