This repository has been archived on 2021-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
photoview-docker/docker-compose.yml
2021-07-22 15:53:05 +02:00

24 lines
425 B
YAML

version: "3"
services:
photoview:
container_name: photoview
image: viktorstrate/photoview:latest
restart: always
ports:
- "8123:80"
extra_hosts:
- "host.docker:host-gateway"
env_file:
- photoview.env
- mapbox.env
- db.env
volumes:
- api_cache:/app/cache
- /home/edpibu/Pictures:/edpibu/Pictures:ro
- /srv/evg:/srv/evg:ro
volumes:
api_cache: