Declare reverse proxy

This commit is contained in:
Colin Hebert
2024-01-02 11:43:38 +01:00
parent f1abc14b68
commit 56b3ba23cb

View File

@@ -56,3 +56,7 @@ services:
volumes: volumes:
- ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/immich_postgres_data/:/var/lib/postgresql/data/ - ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/immich_postgres_data/:/var/lib/postgresql/data/
restart: unless-stopped restart: unless-stopped
networks:
reverse-proxy:
external: true