Add cyberchef-x86.yaml
Better than it-tools all in one Dev Tool ( works only on x86 platform)
This commit is contained in:
16
templates/compose/cyberchef-x86.yaml
Normal file
16
templates/compose/cyberchef-x86.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user