radiator-web/docker-compose.yml
garionion 160ed424ae
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix formatting
2021-04-08 14:27:52 +02:00

12 lines
249 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"