feat: add Caddy service configuration and enable for hoarder service
Some checks failed
Nix Format Check / check-format (push) Failing after 40s

This commit is contained in:
2025-03-12 12:14:29 +01:00
parent 645d3234d7
commit d8aeda7fe0
8 changed files with 97 additions and 1 deletions

View File

@@ -13,11 +13,15 @@ services:
- redis
- database
environment:
- TZ=Europe/Amsterdam
- PUID=1000
- PGID=1000
- PGID=100
restart: unless-stopped
healthcheck:
disable: false
networks:
- immich
- caddy_network
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
@@ -28,6 +32,8 @@ services:
restart: unless-stopped
healthcheck:
disable: false
networks:
- immich
redis:
container_name: immich_redis
@@ -35,6 +41,8 @@ services:
healthcheck:
test: redis-cli ping || exit 1
restart: unless-stopped
networks:
- immich
database:
container_name: immich_postgres
@@ -71,6 +79,14 @@ services:
'wal_compression=on',
]
restart: unless-stopped
networks:
- immich
volumes:
model-cache:
networks:
immich:
caddy_network:
external: true
name: caddy_default