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.
Go to file
Edgar P. Burkhart e8557e9533
Added container names
2020-12-30 17:53:04 +01:00
README.md Initial commit 2020-12-30 17:37:06 +01:00
db.env Initial commit 2020-12-30 17:37:06 +01:00
docker-compose.yml Added container names 2020-12-30 17:53:04 +01:00
photoview.env Initial commit 2020-12-30 17:37:06 +01:00

README.md

Photoview - Docker

This repository aims to provide a docker-compose file for https://github.com/photoview/photoview.

Installation

A Mapbox token should be provided in a mapbox.env file with the following syntax:

MAPBOX_TOKEN={{example}}

The docker can then be started with:

docker-compose up -d --remove-orphans

Update

Updates can be conducted using:

docker-compose pull