all repos — artbound-python @ e2066b8d0ba49a2e7e24f28aa9613f5f67a4ed45

A client-server reimplementation of the administration panel for ArtBound.

persist image cache
BiRabittoh birabittoh@tilde.team
Fri, 04 Aug 2023 22:11:42 +0200
commit

e2066b8d0ba49a2e7e24f28aa9613f5f67a4ed45

parent

28ba21f6c7910ba167040c393f92b6166b3b9ee3

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M docker-compose.yamldocker-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: