merge stirling-pdf and cyberchef
This commit is contained in:
@@ -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
|
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
|
name: cyber-chef
|
||||||
services:
|
services:
|
||||||
|
cyberchef:
|
||||||
|
ports:
|
||||||
|
- 8383:80
|
||||||
|
image: ghcr.io/gchq/cyberchef:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: container_name
|
||||||
|
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
container_name: stirling-PDF
|
container_name: stirling-PDF
|
||||||
image: frooodle/s-pdf:latest
|
image: frooodle/s-pdf:latest
|
||||||
@@ -14,9 +22,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8585:8080"
|
- "8585:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/usr/share/tessdata:rw
|
- ./stirling-pdf/data:/usr/share/tessdata:rw
|
||||||
- ./config:/configs:rw
|
- ./stirling-pdf/config:/configs:rw
|
||||||
- ./logs:/logs:rw
|
- ./stirling-pdf/logs:/logs:rw
|
||||||
environment:
|
environment:
|
||||||
DOCKER_ENABLE_SECURITY: "false"
|
DOCKER_ENABLE_SECURITY: "false"
|
||||||
SECURITY_ENABLELOGIN: "false"
|
SECURITY_ENABLELOGIN: "false"
|
||||||
@@ -28,4 +36,4 @@ services:
|
|||||||
SYSTEM_MAXFILESIZE: "100"
|
SYSTEM_MAXFILESIZE: "100"
|
||||||
METRICS_ENABLED: "true"
|
METRICS_ENABLED: "true"
|
||||||
SYSTEM_GOOGLEVISIBILITY: "true"
|
SYSTEM_GOOGLEVISIBILITY: "true"
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
Reference in New Issue
Block a user