15 lines
306 B
YAML
15 lines
306 B
YAML
|
---
|
||
|
|
||
|
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
|