fix remaining healthchecks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
fluentbit:
|
||||
image: fluent/fluent-bit:4.1.1-amd64
|
||||
image: fluent/fluent-bit:4.2.2-amd64
|
||||
container_name: fluentbit
|
||||
restart: unless-stopped
|
||||
command: fluent-bit --config /fluent-bit.yaml
|
||||
@@ -21,15 +21,3 @@ services:
|
||||
- DATABASE_NAME=${FLUENTBIT_DATABASE_NAME}
|
||||
extra_hosts:
|
||||
- "host:${HOST_IP}"
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD",
|
||||
"wget",
|
||||
"--no-verbose",
|
||||
"--spider",
|
||||
"http://localhost:2020/api/v1/health",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user