mozhi/compose.yml
Arya Kiran 662192ab41
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 5m38s
mozhi pipeline / Build and publish artifacts (push) Failing after 28m57s
update compose with the registry image
2023-09-02 11:32:49 +05:30

14 lines
307 B
YAML

version: "3"
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/v1/version || exit 1
interval: 30s
timeout: 5s
retries: 2