persist image cache
BiRabittoh birabittoh@tilde.team
Fri, 04 Aug 2023 22:11:42 +0200
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
docker-compose.yaml
→
docker-compose.yaml
@@ -9,6 +9,9 @@ # environment:
# - 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: