fix cyberchef

This commit is contained in:
peaklabs-dev
2024-11-08 20:42:07 +01:00
parent 4adb05fada
commit 7fc73ef547
3 changed files with 23 additions and 16 deletions

BIN
public/svgs/cyberchef.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,16 +0,0 @@
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

View File

@@ -0,0 +1,23 @@
# documentation: https://github.com/gchq/CyberChef
# slogan: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
# tags: encryption, encoding, compression, data analysis, tools, development
# logo: svgs/cyberchef.jpeg
# port: 80
services:
cyberchef:
image: ghcr.io/gchq/cyberchef:latest
platform: linux/amd64
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