chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-01-12 15:53:52 +01:00 committed by GitHub
parent 4c9e62b3cb
commit 1bffbfe60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,9 @@ services:
- immich-redis - immich-redis
- immich-database - immich-database
restart: unless-stopped restart: unless-stopped
#networks: networks:
# - proxy - proxy
# - immich-internal - immich-internal
#labels: #labels:
# - traefik.enable=true # - traefik.enable=true
# - traefik.http.routers.immich.rule=Host(`immich.example.com`) # - traefik.http.routers.immich.rule=Host(`immich.example.com`)
@ -45,18 +45,18 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
restart: unless-stopped restart: unless-stopped
#networks: networks:
# - immich-internal - 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
#networks: networks:
# - immich-internal - immich-internal
immich-database: immich-database:
image: tensorchord/pgvecto-rs:pg14-v0.2.0 image: tensorchord/pgvecto-rs:pg14-v0.2.0
container_name: immich-database container_name: immich-database
env_file: env_file:
- .env - .env
@ -68,14 +68,14 @@ services:
volumes: volumes:
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data - ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
restart: unless-stopped restart: unless-stopped
#networks: networks:
# - immich-internal - immich-internal
volumes: volumes:
model-cache: model-cache:
#networks: networks:
# proxy: proxy:
# external: true external: true
# immich-internal: immich-internal:
# internal: true internal: true