mirror of
https://codeberg.org/gigirassy/nixos-server-config
synced 2026-08-30 15:27:40 +00:00
Add compose-configs/mozhi/compose.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user