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