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