1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-16 12:56:45 +01:00
immich-public-proxy/docker-compose.yml

13 lines
293 B
YAML
Raw Normal View History

2024-10-28 09:14:39 +01:00
services:
immich-public-proxy:
2024-10-31 17:44:16 +01:00
image: alangrainger/immich-public-proxy:latest
2024-10-28 09:14:39 +01:00
container_name: immich-public-proxy
2024-10-31 13:03:33 +01:00
restart: always
2024-10-28 09:14:39 +01:00
ports:
2024-10-29 19:57:44 +01:00
- ${PORT}:3000
2024-11-01 19:19:49 +01:00
env_file: .env
2024-10-31 13:31:32 +01:00
healthcheck:
2024-10-31 19:17:58 +01:00
test: node /app/healthcheck.js
2024-11-02 22:38:43 +01:00
interval: 30s
2024-11-02 22:49:41 +01:00
start_period: 10s