Add immich-public-proxy into immich stack
This commit is contained in:
parent
7219b66e52
commit
f073e4a06c
1 changed files with 17 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ services:
|
|||
disable: false
|
||||
networks:
|
||||
- net
|
||||
- public_proxy
|
||||
- webproxy
|
||||
|
||||
immich-machine-learning:
|
||||
|
|
@ -59,6 +60,21 @@ services:
|
|||
networks:
|
||||
- net
|
||||
|
||||
immich-public-proxy:
|
||||
image: alangrainger/immich-public-proxy:2.5.0@sha256:6aeb25d05155049f4600f1b40469c735cecaa99c22e3a943a3fe3ce02a1ae7f7
|
||||
container_name: immich_public_proxy
|
||||
restart: always
|
||||
environment:
|
||||
PUBLIC_BASE_URL: https://bilder.jfreudenberger.de
|
||||
IMMICH_URL: http://immich_server:2283
|
||||
healthcheck:
|
||||
test: curl -s http://localhost:3000/share/healthcheck -o /dev/null || exit 1
|
||||
start_period: 10s
|
||||
timeout: 5s
|
||||
networks:
|
||||
- public_proxy
|
||||
- webproxy
|
||||
|
||||
volumes:
|
||||
model-cache:
|
||||
data:
|
||||
|
|
@ -79,3 +95,4 @@ networks:
|
|||
external: true
|
||||
name: webproxy
|
||||
net:
|
||||
public_proxy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue