From 790659f02f5fac0ab11cb5eb268fb3700b873c98 Mon Sep 17 00:00:00 2001 From: nune Date: Thu, 12 Dec 2024 23:59:27 +0000 Subject: [PATCH] Add mozhi/compose.yml --- mozhi/compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mozhi/compose.yml diff --git a/mozhi/compose.yml b/mozhi/compose.yml new file mode 100644 index 0000000..42a1f0f --- /dev/null +++ b/mozhi/compose.yml @@ -0,0 +1,13 @@ +version: "3" +services: + mozhi: + #build: . + image: codeberg.org/aryak/mozhi:latest + restart: unless-stopped + ports: + - "3012:3000" + healthcheck: + test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/version || exit 1 + interval: 30s + timeout: 5s + retries: 2 \ No newline at end of file