ketr.photos/docker-compose.yml
James Ketrenos d019af070d Updating slideshow and identity editor
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-13 15:25:34 -08:00

23 lines
520 B
YAML

version: '3.1'
services:
photos:
env_file:
- .env
build: .
image: photos:latest
container_name: ${CONTAINER}photos
# depends_on:
# - db
restart: always
ports:
- ${PORT}:${TARGET_PORT:-8123}
volumes:
- ${PICTURES}:/pictures
- ${PWD}/db:/website/db
- ${PWD}/config/local.json:/website/config/local.json
- /opt/ketrface/models:/root/.deepface
# - ${PWD}:/website
- ${PWD}/frontend:/website/frontend
- ${PWD}/server:/website/server