fix cyberchef
This commit is contained in:
BIN
public/svgs/cyberchef.jpeg
Normal file
BIN
public/svgs/cyberchef.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@@ -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
|
|
23
templates/compose/cyberchef.yaml
Normal file
23
templates/compose/cyberchef.yaml
Normal 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
|
Reference in New Issue
Block a user