chore: add compose healthcheck for asn-updater
This commit is contained in:
@@ -24,6 +24,12 @@ services:
|
|||||||
container_name: asn-updater
|
container_name: asn-updater
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "wget", "-qO-", "http://localhost:8080/healthz"]
|
||||||
|
interval: 3000s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 5
|
||||||
|
start_period: 20s
|
||||||
environment:
|
environment:
|
||||||
OUT_DIR: /data
|
OUT_DIR: /data
|
||||||
PDB_INFO_TYPE: "Research and Education"
|
PDB_INFO_TYPE: "Research and Education"
|
||||||
|
|||||||
Reference in New Issue
Block a user