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