Files
mozhi/compose.yml
T

12 lines
290 B
YAML
Raw Normal View History

services:
mozhi:
2023-09-02 11:32:49 +05:30
#build: .
image: codeberg.org/aryak/mozhi:latest
restart: unless-stopped
ports:
- "3000:3000"
healthcheck:
2024-04-14 18:45:01 +05:30
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/version || exit 1
interval: 30s
timeout: 5s
2025-04-09 04:28:41 +00:00
retries: 2