Only provide local.json via volume
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
7906edfa23
commit
bb8b4e2eb4
@ -48,6 +48,6 @@ COPY /scanner /website/scanner
|
|||||||
COPY /server /website/server
|
COPY /server /website/server
|
||||||
COPY /frontend /website/frontend
|
COPY /frontend /website/frontend
|
||||||
COPY /db /website/db
|
COPY /db /website/db
|
||||||
COPY /config /website/config
|
COPY /config/default.json /website/config/default.json
|
||||||
|
|
||||||
CMD [ "/entrypoint.sh" ]
|
CMD [ "/entrypoint.sh" ]
|
||||||
|
@ -15,6 +15,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${PICTURES}:/pictures
|
- ${PICTURES}:/pictures
|
||||||
- ${PWD}/db:/db
|
- ${PWD}/db:/db
|
||||||
- ${PWD}/config:/website/config
|
- ${PWD}/config/local.json:/website/config/local.json
|
||||||
# - ${PWD}:/website
|
# - ${PWD}:/website
|
||||||
- ${PWD}/models:/root/.deepface
|
- ${PWD}/models:/root/.deepface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user