merge stirling-pdf and cyberchef

This commit is contained in:
2025-08-21 22:11:48 -03:00
parent 36502260e6
commit fc92f87fef
2 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
name: cyber-chef
services:
cyberchef:
ports:
- 8383:80
image: ghcr.io/gchq/cyberchef:latest
restart: unless-stopped
container_name: container_name

View File

@@ -1,4 +1,12 @@
name: cyber-chef
services:
cyberchef:
ports:
- 8383:80
image: ghcr.io/gchq/cyberchef:latest
restart: unless-stopped
container_name: container_name
stirling-pdf:
container_name: stirling-PDF
image: frooodle/s-pdf:latest
@@ -14,9 +22,9 @@ services:
ports:
- "8585:8080"
volumes:
- ./data:/usr/share/tessdata:rw
- ./config:/configs:rw
- ./logs:/logs:rw
- ./stirling-pdf/data:/usr/share/tessdata:rw
- ./stirling-pdf/config:/configs:rw
- ./stirling-pdf/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "false"
SECURITY_ENABLELOGIN: "false"
@@ -28,4 +36,4 @@ services:
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
restart: on-failure:5
restart: on-failure:5