Update Photography_Containers/immich/compose.yaml

This commit is contained in:
2026-02-07 23:07:57 +00:00
parent e67d71de5d
commit 4df6f9bb68
+7 -6
View File
@@ -40,12 +40,6 @@ services:
- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
- traefik.http.routers.${SERVICE_NAME}.entrypoints=web - traefik.http.routers.${SERVICE_NAME}.entrypoints=web
restart: unless-stopped restart: unless-stopped
networks:
traefik_network:
external: true
immich:
name: immich_network
driver: bridge
immich-machine-learning: immich-machine-learning:
container_name: immich_machine_learning container_name: immich_machine_learning
@@ -95,3 +89,10 @@ networks:
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
disable: false disable: false
networks:
traefik_network:
external: true
immich:
name: immich_network
driver: bridge