Refactor volume mounts in production.yml

This commit is contained in:
2024-02-29 16:46:34 +08:00
parent 59dc95d1c7
commit 0bbb4a3ce9
+6 -2
View File
@@ -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: