mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 14:53:23 +00:00
Use uv to handle project Add a Bruno collection to tests API calls Add a compose.yaml file to run with docker
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
vars {
|
|
port: {{process.env.IMMICH_PORT}}
|
|
host: {{process.env.IMMICH_HOST}}
|
|
api_token: {{process.env.IMMICH_API_TOKEN}}
|
|
}
|