move utils. update stirling
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2026-01-18 16:50:28 -03:00
parent 336f034812
commit 9e9d95edc0
3 changed files with 14 additions and 32 deletions

1
.gitignore vendored
View File

@@ -0,0 +1 @@
RicoToGhostfolio

View File

@@ -1,3 +0,0 @@
node_modules/
data/
*.env

View File

@@ -1,4 +1,4 @@
name: cyber-chef
name: utils
services:
cyberchef:
ports:
@@ -8,35 +8,19 @@ services:
container_name: cyberchef
stirling-pdf:
container_name: stirling-PDF
image: frooodle/s-pdf:latest
deploy:
resources:
limits:
memory: 4G
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP' && curl -fL http://localhost:8080/ | grep -qv 'Please sign in'"]
interval: 5s
timeout: 10s
retries: 16
image: stirlingtools/stirling-pdf:latest
container_name: stirling-pdf
ports:
- "8585:8080"
- '8585:8080'
volumes:
- ./stirling-pdf/data:/usr/share/tessdata:rw
- ./stirling-pdf/config:/configs:rw
- ./stirling-pdf/logs:/logs:rw
- /home/ccalifice/docker-data/utils/stirling-data/tessdata:/usr/share/tessdata # OCR language files
- /home/ccalifice/docker-data/utils/stirling-data/configs:/configs # Settings & database
- /home/ccalifice/docker-data/utils/stirling-data/logs:/logs # Application logs
- /home/ccalifice/docker-data/utils/stirling-data/pipeline:/pipeline # Automation configs
environment:
DOCKER_ENABLE_SECURITY: "false"
SECURITY_ENABLELOGIN: "false"
LANGS: "en_GB,en_US,ar_AR,de_DE,fr_FR,es_ES,zh_CN,zh_TW,ca_CA,it_IT,sv_SE,pl_PL,ro_RO,ko_KR,pt_BR,ru_RU,el_GR,hi_IN,hu_HU,tr_TR,id_ID"
SYSTEM_DEFAULTLOCALE: en-US
UI_APPNAME: Stirling-PDF
UI_HOMEDESCRIPTION: Stirling-PDF
UI_APPNAMENAVBAR: Stirling-PDF Latest
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
restart: on-failure:5
- SECURITY_ENABLELOGIN=false # Set true to enable user authentication
- LANGS=en_GB,pt_BR # Interface language
restart: unless-stopped
wallos:
container_name: wallos
@@ -47,6 +31,6 @@ services:
TZ: 'America/Sao_Paulo'
# Volumes store your data between container upgrades
volumes:
- './db:/var/www/html/db'
- './logos:/var/www/html/images/uploads/logos'
- '/home/ccalifice/docker-data/utils/wallos/db:/var/www/html/db'
- '/home/ccalifice/docker-data/utils/wallos/logos:/var/www/html/images/uploads/logos'
restart: unless-stopped