version bump, immich cleanup
This commit is contained in:
parent
6025d8ec78
commit
1af6a726fb
@ -36,7 +36,7 @@ services:
|
||||
image: crocodilestick/calibre-web-automated:latest
|
||||
container_name: calibre-web
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre-v7.16.0
|
||||
@ -51,7 +51,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
## Immich (photo library management)
|
||||
immich-server:
|
||||
immich_server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v1.130.2
|
||||
volumes:
|
||||
@ -60,19 +60,20 @@ services:
|
||||
env_file:
|
||||
- ${ENV_DIR}/immich.env
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
ports:
|
||||
- 2283:2283
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
- immich_redis
|
||||
- immich_db
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
restart: unless-stopped
|
||||
immich-machine-learning:
|
||||
immich_machine_learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.130.2
|
||||
volumes:
|
||||
@ -80,12 +81,12 @@ services:
|
||||
env_file:
|
||||
- ${ENV_DIR}/immich.env
|
||||
restart: unless-stopped
|
||||
redis:
|
||||
immich_redis:
|
||||
container_name: immich_redis
|
||||
image: redis:6.2-alpine@sha256:70a7a5b641117670beae0d80658430853896b5ef269ccf00d1827427e3263fa3
|
||||
restart: unless-stopped
|
||||
database:
|
||||
container_name: immich_postgres
|
||||
immich_db:
|
||||
container_name: immich_db
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
||||
env_file:
|
||||
- ${ENV_DIR}/immich.env
|
||||
@ -141,7 +142,7 @@ services:
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- JELLYFIN_PublishedServerUrl=https://watch.azpsen.com
|
||||
@ -165,7 +166,7 @@ services:
|
||||
#---------------- UTILITIES ----------------#
|
||||
|
||||
## Actual (budget)
|
||||
actual_server:
|
||||
actual:
|
||||
image: docker.io/actualbudget/actual-server:latest
|
||||
container_name: actual
|
||||
ports:
|
||||
@ -225,7 +226,7 @@ services:
|
||||
container_name: grocy
|
||||
image: lscr.io/linuxserver/grocy:latest
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
@ -435,7 +436,7 @@ services:
|
||||
- ${DOCKER_DIR}/stirlingpdf/logs:/logs/
|
||||
- ${DOCKER_DIR}/stirlingpdf/pipeline:/pipeline/
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- DOCKER_ENABLE_SECURITY=false
|
||||
- LANGS=en_US
|
||||
- DOCKER_ENABLE_SECURITY=true
|
||||
@ -711,7 +712,7 @@ services:
|
||||
container_name: prowlarr
|
||||
network_mode: "service:gluetun"
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
@ -724,7 +725,7 @@ services:
|
||||
container_name: qbittorrent
|
||||
network_mode: "service:gluetun"
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- WEBUI_PORT=8080
|
||||
@ -740,7 +741,7 @@ services:
|
||||
container_name: radarr
|
||||
network_mode: "service:gluetun"
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
@ -755,7 +756,7 @@ services:
|
||||
container_name: sonarr
|
||||
network_mode: "service:gluetun"
|
||||
environment:
|
||||
- ${TZ}
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:sonarr
|
||||
|
Loading…
x
Reference in New Issue
Block a user