This commit is contained in:
14
compose.yml
14
compose.yml
@@ -154,20 +154,6 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
home-assistant:
|
|
||||||
container_name: home-assistant
|
|
||||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
|
||||||
environment:
|
|
||||||
TZ: ${TZ}
|
|
||||||
volumes:
|
|
||||||
- ${DATA}/home-assistant:/config
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /run/dbus:/run/dbus:ro
|
|
||||||
- ${DRIVE}/music:/media/music
|
|
||||||
privileged: true
|
|
||||||
network_mode: host # WebUI is Port 8123
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:release
|
image: ghcr.io/immich-app/immich-server:release
|
||||||
|
|||||||
Reference in New Issue
Block a user