Add mozhi/compose.yml
This commit is contained in:
parent
d4bc0c9dc1
commit
790659f02f
13
mozhi/compose.yml
Normal file
13
mozhi/compose.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user