mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
23 lines
400 B
YAML
23 lines
400 B
YAML
# See:
|
|
# - https://immich.app/docs/developer/setup
|
|
# - https://immich.app/docs/developer/troubleshooting
|
|
|
|
name: immich-dev
|
|
|
|
services:
|
|
|
|
caddy:
|
|
container_name: immich_caddy
|
|
image: caddy
|
|
volumes:
|
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
|
- caddy_data:/data
|
|
ports:
|
|
- 5001:443
|
|
- 2019:2019
|
|
|
|
volumes:
|
|
caddy_data:
|
|
model-cache:
|
|
prometheus-data:
|
|
grafana-data:
|