Update docker-compose.yml

added traefik labels and network
This commit is contained in:
2026-05-28 00:25:11 -05:00
parent ddd26a588f
commit 6a637f610b
+4 -3
View File
@@ -17,7 +17,7 @@ services:
labels:
- "com.centurylinklabs.watchtower.monitor-only=true"
- "traefik.enable=true"
- "traefik.http.routers.immich.rule=Host(`immich.yourdomain.com`)"
- "traefik.http.routers.immich.rule=Host(`photos.speerfam.net`)"
- "traefik.http.routers.immich.entrypoints=websecure"
- "traefik.http.routers.immich.tls.certresolver=myresolver"
@@ -42,8 +42,9 @@ services:
restart: always
healthcheck:
disable: false
traefik-public:
external: true
networks:
traefik-public:
external: true
immich-machine-learning:
container_name: immich_machine_learning