Browse Source

Wrap sphinx-relay process with init system (#395)

This ensures the process correctly handles stop signals
dashboard-0.3.15
Luke Childs 4 years ago
committed by GitHub
parent
commit
8bb1d1e281
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/sphinx-relay/docker-compose.yml

1
apps/sphinx-relay/docker-compose.yml

@ -9,6 +9,7 @@ services:
sphinx-relay:
container_name: sphinx-relay
image: sphinxlightning/sphinx-relay:v1.3.2@sha256:84d54879ca6f1b593210ffa93d8cbaa6f28d796d2838575764d2e5ac50ea6601
init: true
restart: on-failure
stop_grace_period: 1m
logging: *default-logging

Loading…
Cancel
Save