@@ -20,8 +20,9 @@ services:
20
20
restart : unless-stopped
21
21
# networks:
22
22
# - proxy
23
+ # - immich-internal
23
24
# labels:
24
- # - traefik.enable=false
25
+ # - traefik.enable=true
25
26
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
26
27
# - traefik.http.services.immich.loadbalancer.server.port=2283
27
28
# - traefik.docker.network=proxy
@@ -32,7 +33,6 @@ services:
32
33
# - traefik.http.middlewares.limit.buffering.memResponseBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB
33
34
# # Part for local lan services only
34
35
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
35
- # - "com.centurylinklabs.watchtower.enable=true"
36
36
37
37
immich-machine-learning :
38
38
image : altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
@@ -45,19 +45,15 @@ services:
45
45
environment :
46
46
- NODE_ENV=production
47
47
restart : unless-stopped
48
- # labels:
49
- # - "com.centurylinklabs.watchtower.enable=true"
50
48
# networks:
51
- # - proxy
49
+ # - immich-internal
52
50
53
51
immich-redis :
54
- image : redis:6.2-alpine
52
+ image : redis:6.2-alpine
55
53
container_name : immich-redis
56
54
restart : unless-stopped
57
- # labels:
58
- # - "com.centurylinklabs.watchtower.enable=true"
59
55
# networks:
60
- # - proxy
56
+ # - immich-internal
61
57
62
58
immich-database :
63
59
image : tensorchord/pgvecto-rs:pg14-v0.2.0
@@ -72,14 +68,14 @@ services:
72
68
volumes :
73
69
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
74
70
restart : unless-stopped
75
- # labels:
76
- # - "com.centurylinklabs.watchtower.enable=true"
77
71
# networks:
78
- # - proxy
72
+ # - immich-internal
79
73
80
74
volumes :
81
75
model-cache :
82
76
83
77
# networks:
84
78
# proxy:
85
79
# external: true
80
+ # immich-internal:
81
+ # internal: true
0 commit comments