mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor volume mounts in production.yml
This commit is contained in:
+6
-2
@@ -47,8 +47,12 @@ services:
|
|||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/cache/bar_cache.sqlite:/app/bar_cache.sqlite
|
- type: bind
|
||||||
- ${PWD}/cache/short_cache.sqlite:/app/short_cache.sqlite
|
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:
|
streamlit-fin:
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user