Support all time resolutions on all counter views
This commit is contained in:
@@ -26,7 +26,7 @@ VOLUME /app/data
|
||||
|
||||
RUN touch .streamlit/secrets.toml \
|
||||
&& toml add_section --toml-path='.streamlit/secrets.toml' 'connections.sqlite' \
|
||||
&& toml set --toml-path='.streamlit/secrets.toml' 'connections.sqlite.type' 'sql' \
|
||||
&& toml set --toml-path='.streamlit/secrets.toml' 'connections.sqlite.type' 'queries' \
|
||||
&& toml set --toml-path='.streamlit/secrets.toml' 'connections.sqlite.url' 'sqlite:///data/daily-counter.db'
|
||||
|
||||
HEALTHCHECK --interval=60s --retries=5 CMD wget -qO- http://127.0.0.1:8501/_stcore/health || exit 1
|
||||
|
||||
Reference in New Issue
Block a user