[immich] Add webproxy network
This commit is contained in:
parent
81a9e2d796
commit
b46ef3cdee
1 changed files with 15 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
- webproxy
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
|
|
@ -26,6 +29,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
container_name: immich_redis
|
container_name: immich_redis
|
||||||
|
|
@ -33,6 +38,8 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: redis-cli ping || exit 1
|
test: redis-cli ping || exit 1
|
||||||
restart: always
|
restart: always
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
|
||||||
database:
|
database:
|
||||||
container_name: immich_postgres
|
container_name: immich_postgres
|
||||||
|
|
@ -49,6 +56,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
model-cache:
|
model-cache:
|
||||||
|
|
@ -64,3 +73,9 @@ volumes:
|
||||||
type: nfs
|
type: nfs
|
||||||
o: addr=${NFS_SERVER},nfsvers=4.1,hard,noatime
|
o: addr=${NFS_SERVER},nfsvers=4.1,hard,noatime
|
||||||
device: ${NFS_PATH_DATABASE}
|
device: ${NFS_PATH_DATABASE}
|
||||||
|
|
||||||
|
networks:
|
||||||
|
webproxy:
|
||||||
|
external: true
|
||||||
|
name: webproxy
|
||||||
|
net:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue