Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTs

Fixes #20
This commit is contained in:
techmetx11 2024-08-17 18:04:20 +01:00
parent 52097ac1cc
commit 215d32c76e
No known key found for this signature in database
GPG Key ID: E60B63635FF4E062

View File

@ -5,6 +5,7 @@ services:
context: .
dockerfile: Dockerfile
# image: quay.io/invidious/inv-sig-helper:latest
init: true
command: ["--tcp", "127.0.0.1:12999"]
ports:
- 127.0.0.1:12999:12999