mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +00:00
13 lines
266 B
YAML
13 lines
266 B
YAML
services:
|
|
immich-public-proxy:
|
|
image: ghcr.io/alangrainger/immich-public-proxy:latest
|
|
container_name: immich-public-proxy
|
|
restart: unless-stopped
|
|
ports:
|
|
- ${PORT}:3000
|
|
environment:
|
|
- NODE_ENV=production
|
|
env_file:
|
|
- .env
|
|
|
|
|