Dynamic docker-compose ports
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
a29d7b2a13
commit
b4e8306c14
@ -11,9 +11,9 @@ services:
|
|||||||
# - db
|
# - db
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:8123
|
- ${PORT}:${TARGET_PORT:-8123}
|
||||||
volumes:
|
volumes:
|
||||||
- ${PICTURES}:/pictures
|
- ${PICTURES}:/pictures
|
||||||
- ${PWD}/db:/db
|
- ${PWD}/db:/db
|
||||||
- ${PWD}:/website
|
# - ${PWD}:/website
|
||||||
- ${PWD}/models:/root/.deepface
|
- ${PWD}/models:/root/.deepface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user