remove healthcheck for now
This commit is contained in:
@@ -35,17 +35,16 @@ services:
|
|||||||
"--port",
|
"--port",
|
||||||
"18789",
|
"18789",
|
||||||
]
|
]
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "healthcheck.sh"]
|
# test: ["CMD", "healthcheck.sh"]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 10s
|
# timeout: 10s
|
||||||
retries: 3
|
# retries: 3
|
||||||
start_period: 30s
|
# start_period: 30s
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
openclaw-config:
|
openclaw-config:
|
||||||
openclaw-workspace:
|
openclaw-workspace:
|
||||||
gog-data:
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
dokploy-network:
|
dokploy-network:
|
||||||
|
|||||||
Reference in New Issue
Block a user