mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
24 lines
400 B
YAML
24 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:
|