From 0b958cea71913abfbea0322eaa68b16d902a2a25 Mon Sep 17 00:00:00 2001 From: che0one <167894882+che0one@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:09:20 +0400 Subject: [PATCH] Add cyberchef-x86.yaml Better than it-tools all in one Dev Tool ( works only on x86 platform) --- templates/compose/cyberchef-x86.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/compose/cyberchef-x86.yaml diff --git a/templates/compose/cyberchef-x86.yaml b/templates/compose/cyberchef-x86.yaml new file mode 100644 index 000000000..47dcc2aea --- /dev/null +++ b/templates/compose/cyberchef-x86.yaml @@ -0,0 +1,16 @@ +services: + cyberchef: + image: 'ghcr.io/gchq/cyberchef:latest' + environment: + - SERVICE_FQDN_CYBERCHEF_80 + volumes: + - 'cyberchef-data:/app/data' + healthcheck: + test: + - CMD + - curl + - '-f' + - 'http://127.0.0.1:80' + interval: 30s + timeout: 10s + retries: 3