From f1f9cc1064ed3f762174d788bd43ffd6b34a861b Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Nov 2025 17:38:33 +0100 Subject: [PATCH] =?UTF-8?q?it-tools/docker-compose.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- it-tools/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 it-tools/docker-compose.yml diff --git a/it-tools/docker-compose.yml b/it-tools/docker-compose.yml new file mode 100644 index 0000000..2e66baa --- /dev/null +++ b/it-tools/docker-compose.yml @@ -0,0 +1,13 @@ +services: + ittols: + container_name: it-tools + image: corentinth/it-tools + healthcheck: + test: curl -f http://localhost:80/ || exit 1 + mem_limit: 2g + cpu_shares: 768 + security_opt: + - no-new-privileges:true + restart: on-failure:5 + ports: + - 5545:80 \ No newline at end of file