mozhi/compose.yml
2025-04-09 04:28:41 +00:00

12 lines
290 B
YAML

services:
mozhi:
#build: .
image: codeberg.org/aryak/mozhi:latest
restart: unless-stopped
ports:
- "3000:3000"
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/version || exit 1
interval: 30s
timeout: 5s
retries: 2