2024-10-28 09:14:39 +01:00
|
|
|
services:
|
2024-10-30 19:20:47 +01:00
|
|
|
immich-public-proxy:
|
|
|
|
image: ghcr.io/alangrainger/immich-public-proxy:latest
|
2024-10-28 09:14:39 +01:00
|
|
|
container_name: immich-public-proxy
|
2024-10-30 19:20:47 +01:00
|
|
|
restart: unless-stopped
|
2024-10-28 09:14:39 +01:00
|
|
|
ports:
|
2024-10-29 19:57:44 +01:00
|
|
|
- ${PORT}:3000
|
2024-10-30 19:20:47 +01:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
|
|
|
env_file:
|
|
|
|
- .env
|
|
|
|
|
|
|
|
|