mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Add volume mounts for cache databases
This commit is contained in:
+3
-3
@@ -46,6 +46,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
|
volumes:
|
||||||
|
- ${PWD}/cache/bar_cache.sqlite:/app/bar_cache.sqlite
|
||||||
|
- ${PWD}/cache/short_cache.sqlite:/app/short_cache.sqlite
|
||||||
|
|
||||||
streamlit-fin:
|
streamlit-fin:
|
||||||
environment:
|
environment:
|
||||||
@@ -56,9 +59,6 @@ services:
|
|||||||
image: streamlit_fin_production
|
image: streamlit_fin_production
|
||||||
container_name: streamlit_fin_app
|
container_name: streamlit_fin_app
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
|
||||||
- ${PWD}/cache/bar_cache.sqlite:/app/bar_cache.sqlite
|
|
||||||
- ${PWD}/cache/short_cache.sqlite:/app/short_cache.sqlite
|
|
||||||
expose:
|
expose:
|
||||||
- ${STREAMLIT_FIN_SERVER_PORT}
|
- ${STREAMLIT_FIN_SERVER_PORT}
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user