persist image cache

This commit is contained in:
Marco Andronaco 2023-08-04 22:11:42 +02:00
parent 28ba21f6c7
commit e2066b8d0b
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ services:
# - SPREADSHEET_ID=
# - RANGE=
volumes:
- cache:/app/artbound_python/static/res/cache/
- ${PWD}/.env:/app/.env
- ${PWD}/credentials.json:/app/credentials.json
- ${PWD}/token.json:/app/token.json
volumes:
cache: