diff --git a/production.yml b/production.yml index 5653090..7c005e6 100644 --- a/production.yml +++ b/production.yml @@ -47,8 +47,12 @@ services: - net - default volumes: - - ${PWD}/cache/bar_cache.sqlite:/app/bar_cache.sqlite - - ${PWD}/cache/short_cache.sqlite:/app/short_cache.sqlite + - type: bind + source: ${PWD}/cache/bar_cache.sqlite + target: /app/bar_cache.sqlite + - type: bind + source: ${PWD}/cache/short_cache.sqlite + target: /app/short_cache.sqlite streamlit-fin: environment: