Update Photography_Containers/immich/compose.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user