go-nurl/docker-compose.yml

15 lines
306 B
YAML
Raw Normal View History

2024-09-20 11:13:29 +00:00
---
services:
nurl:
container_name: nurl
image: git.caliban.io/martin/go-pb-nurl:1.0.1
restart: always
ports:
- "7000:7000"
healthcheck:
test: curl --fail http://localhost:7000/!/hb || exit 1
interval: 40s
timeout: 30s
retries: 3
start_period: 60s