aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortechmetx11 <techmetx11@disroot.org>2024-08-17 18:04:20 +0100
committertechmetx11 <techmetx11@disroot.org>2024-08-17 18:04:20 +0100
commit215d32c76e5e9e598de6e4f8542316f80dd92f57 (patch)
treed3438cb8aa94b723f7a0fab363ab27b8a0a6d48f
parent52097ac1ccae326e33b76a3a683220a67c85068b (diff)
Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTsHEADmaster
Fixes #20
-rw-r--r--docker-compose.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 428dfba..fa1a860 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -5,6 +5,7 @@ services:
5 context: . 5 context: .
6 dockerfile: Dockerfile 6 dockerfile: Dockerfile
7 # image: quay.io/invidious/inv-sig-helper:latest 7 # image: quay.io/invidious/inv-sig-helper:latest
8 init: true
8 command: ["--tcp", "127.0.0.1:12999"] 9 command: ["--tcp", "127.0.0.1:12999"]
9 ports: 10 ports:
10 - 127.0.0.1:12999:12999 11 - 127.0.0.1:12999:12999