Only provide local.json via volume

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2023-01-11 15:47:41 -08:00
parent 7906edfa23
commit bb8b4e2eb4
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ COPY /scanner /website/scanner
COPY /server /website/server
COPY /frontend /website/frontend
COPY /db /website/db
COPY /config /website/config
COPY /config/default.json /website/config/default.json
CMD [ "/entrypoint.sh" ]

View File

@ -15,6 +15,6 @@ services:
volumes:
- ${PICTURES}:/pictures
- ${PWD}/db:/db
- ${PWD}/config:/website/config
- ${PWD}/config/local.json:/website/config/local.json
# - ${PWD}:/website
- ${PWD}/models:/root/.deepface