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: