Files
prometheus-immich-exporter/compose.yaml
Maxence G. de Montauzan ffaeb00e3f tools: uv + Bruno + compose file
Use uv to handle project
Add a Bruno collection to tests API calls
Add a compose.yaml file to run with docker
2025-05-30 15:39:58 +02:00

15 lines
225 B
YAML

services:
immich_exporter:
build: .
env_file:
- .env
ports:
- 8000:8000
networks:
- immich_default
networks:
# Attach to an existing immich instance
immich_default:
external: true