Skip to content

Commit

Permalink
avniproject/avni-product#1427 | fix healthcheck response status
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Nov 9, 2023
1 parent 1d7737a commit 2e511b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/group_vars/metabase_docker_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Below image is for t4g instance type (arm64/v8) architecture
# metabase_container_image: iwalucas/metabase:latest
metabase_hostname: metabase
metabase_container_healthcheck_cmd: ["CMD", "curl", "--fail", "-I", "http://0.0.0.0:3000/api/health"]
metabase_container_healthcheck_cmd: "curl --fail -I http://0.0.0.0:3000/api/health || exit 1"
metabase_container_ports_mapping: "3000:3000"
metabase_container_env_file: "/root/metabase_docker.env"
metabase_container_env_template_file: metabase.docker.env.template.j2
Expand Down

0 comments on commit 2e511b1

Please sign in to comment.