radiator-web/docker-compose.yml

13 lines
271 B
YAML
Raw Permalink Normal View History

2021-04-04 15:35:36 +02:00
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"