Update healthcheck interval for streamlit_bai_app service in production.yml

This commit is contained in:
2024-04-27 22:36:32 +08:00
parent 0622c6146c
commit 3078414fe0
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -154,11 +154,11 @@ services:
user: "1000:1000"
restart: unless-stopped
command: server /data --console-address :9001
# healthcheck:
# test: ["CMD", "mc", "ready", "local"]
# interval: 5s
# timeout: 5s
# retries: 5
healthcheck:
test: ["CMD", "mc", "ready", "local"]
interval: 65s
timeout: 5s
retries: 5
expose:
- 9000
- 9001