Add compose-configs/mozhi/compose.yml

This commit is contained in:
gigirassy
2025-11-10 16:54:07 +01:00
parent 263d2347a0
commit b796341353
+13
View File
@@ -0,0 +1,13 @@
# translation frontend
services:
mozhi:
image: mozhi
restart: unless-stopped
ports:
- "127.0.0.1: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