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" user: "1000:1000"
restart: unless-stopped restart: unless-stopped
command: server /data --console-address :9001 command: server /data --console-address :9001
# healthcheck: healthcheck:
# test: ["CMD", "mc", "ready", "local"] test: ["CMD", "mc", "ready", "local"]
# interval: 5s interval: 65s
# timeout: 5s timeout: 5s
# retries: 5 retries: 5
expose: expose:
- 9000 - 9000
- 9001 - 9001