mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 15:27:08 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
efde20709b
commit
4c9e62b3cb
|
@ -20,8 +20,9 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#networks:
|
#networks:
|
||||||
# - proxy
|
# - proxy
|
||||||
|
# - immich-internal
|
||||||
#labels:
|
#labels:
|
||||||
# - traefik.enable=false
|
# - traefik.enable=true
|
||||||
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
|
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
|
||||||
# - traefik.http.services.immich.loadbalancer.server.port=2283
|
# - traefik.http.services.immich.loadbalancer.server.port=2283
|
||||||
# - traefik.docker.network=proxy
|
# - traefik.docker.network=proxy
|
||||||
|
@ -32,7 +33,6 @@ services:
|
||||||
# - traefik.http.middlewares.limit.buffering.memResponseBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB
|
# - traefik.http.middlewares.limit.buffering.memResponseBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB
|
||||||
# # Part for local lan services only
|
# # Part for local lan services only
|
||||||
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||||
|
@ -45,19 +45,15 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#labels:
|
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
#networks:
|
#networks:
|
||||||
# - proxy
|
# - immich-internal
|
||||||
|
|
||||||
immich-redis:
|
immich-redis:
|
||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
container_name: immich-redis
|
container_name: immich-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#labels:
|
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
#networks:
|
#networks:
|
||||||
# - proxy
|
# - immich-internal
|
||||||
|
|
||||||
immich-database:
|
immich-database:
|
||||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||||
|
@ -72,10 +68,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
|
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#labels:
|
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
#networks:
|
#networks:
|
||||||
# - proxy
|
# - immich-internal
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
model-cache:
|
model-cache:
|
||||||
|
@ -83,3 +77,5 @@ volumes:
|
||||||
#networks:
|
#networks:
|
||||||
# proxy:
|
# proxy:
|
||||||
# external: true
|
# external: true
|
||||||
|
# immich-internal:
|
||||||
|
# internal: true
|
Loading…
Reference in New Issue
Block a user