Skip to content

Commit 4c9e62b

Browse files
authored
chore: Update docker-compose.yml
1 parent efde207 commit 4c9e62b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

examples/immich/docker-compose.yml

+8-12
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ services:
2020
restart: unless-stopped
2121
#networks:
2222
# - proxy
23+
# - immich-internal
2324
#labels:
24-
# - traefik.enable=false
25+
# - traefik.enable=true
2526
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
2627
# - traefik.http.services.immich.loadbalancer.server.port=2283
2728
# - traefik.docker.network=proxy
@@ -32,7 +33,6 @@ services:
3233
# - traefik.http.middlewares.limit.buffering.memResponseBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB
3334
# # Part for local lan services only
3435
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
35-
# - "com.centurylinklabs.watchtower.enable=true"
3636

3737
immich-machine-learning:
3838
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
@@ -45,19 +45,15 @@ services:
4545
environment:
4646
- NODE_ENV=production
4747
restart: unless-stopped
48-
#labels:
49-
# - "com.centurylinklabs.watchtower.enable=true"
5048
#networks:
51-
# - proxy
49+
# - immich-internal
5250

5351
immich-redis:
54-
image: redis:6.2-alpine
52+
image: redis:6.2-alpine
5553
container_name: immich-redis
5654
restart: unless-stopped
57-
#labels:
58-
# - "com.centurylinklabs.watchtower.enable=true"
5955
#networks:
60-
# - proxy
56+
# - immich-internal
6157

6258
immich-database:
6359
image: tensorchord/pgvecto-rs:pg14-v0.2.0
@@ -72,14 +68,14 @@ services:
7268
volumes:
7369
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
7470
restart: unless-stopped
75-
#labels:
76-
# - "com.centurylinklabs.watchtower.enable=true"
7771
#networks:
78-
# - proxy
72+
# - immich-internal
7973

8074
volumes:
8175
model-cache:
8276

8377
#networks:
8478
# proxy:
8579
# external: true
80+
# immich-internal:
81+
# internal: true

0 commit comments

Comments
 (0)