Dynamic docker-compose ports

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2023-01-11 15:43:40 -08:00
parent a29d7b2a13
commit b4e8306c14

View File

@ -11,9 +11,9 @@ services:
# - db
restart: always
ports:
- ${PORT}:8123
- ${PORT}:${TARGET_PORT:-8123}
volumes:
- ${PICTURES}:/pictures
- ${PWD}/db:/db
- ${PWD}:/website
# - ${PWD}:/website
- ${PWD}/models:/root/.deepface