Skip to content

Thumbnail storage #315

Apr 15, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Thumbnails are stored in the media cache located at PHOTOVIEW_MEDIA_CACHE=/app/cache and persisted in the api_cache docker volume.

- PHOTOVIEW_MEDIA_CACHE=/app/cache
# Optional: To enable map related features, you need to create a mapbox token.
# A token can be generated for free here https://account.mapbox.com/access-tokens/
# It's a good idea to limit the scope of the token to your own domain, to prevent others from using it.
# - MAPBOX_TOKEN=<YOUR TOKEN HERE>
volumes:
- api_cache:/app/cache

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by viktorstrate
Comment options

You must be logged in to vote
1 reply
@viktorstrate
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants