13 lines
271 B
YAML
13 lines
271 B
YAML
web:
|
|
image: registry.alex-detsch.de/fem/radiator/radiator-web
|
|
restart: always
|
|
healthcheck:
|
|
test: "curl localhost"
|
|
interval: "60s"
|
|
timeout: "3s"
|
|
start_period: "5s"
|
|
retries: 3
|
|
stop_grace_period: 3s
|
|
ports:
|
|
- "1499:80"
|