move utils. update stirling
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -0,0 +1 @@
|
|||||||
|
RicoToGhostfolio
|
||||||
|
|||||||
3
free-games-claimer/.gitignore
vendored
3
free-games-claimer/.gitignore
vendored
@@ -1,3 +0,0 @@
|
|||||||
node_modules/
|
|
||||||
data/
|
|
||||||
*.env
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: cyber-chef
|
name: utils
|
||||||
services:
|
services:
|
||||||
cyberchef:
|
cyberchef:
|
||||||
ports:
|
ports:
|
||||||
@@ -8,35 +8,19 @@ services:
|
|||||||
container_name: cyberchef
|
container_name: cyberchef
|
||||||
|
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
container_name: stirling-PDF
|
image: stirlingtools/stirling-pdf:latest
|
||||||
image: frooodle/s-pdf:latest
|
container_name: stirling-pdf
|
||||||
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
|
|
||||||
ports:
|
ports:
|
||||||
- "8585:8080"
|
- '8585:8080'
|
||||||
volumes:
|
volumes:
|
||||||
- ./stirling-pdf/data:/usr/share/tessdata:rw
|
- /home/ccalifice/docker-data/utils/stirling-data/tessdata:/usr/share/tessdata # OCR language files
|
||||||
- ./stirling-pdf/config:/configs:rw
|
- /home/ccalifice/docker-data/utils/stirling-data/configs:/configs # Settings & database
|
||||||
- ./stirling-pdf/logs:/logs:rw
|
- /home/ccalifice/docker-data/utils/stirling-data/logs:/logs # Application logs
|
||||||
|
- /home/ccalifice/docker-data/utils/stirling-data/pipeline:/pipeline # Automation configs
|
||||||
environment:
|
environment:
|
||||||
DOCKER_ENABLE_SECURITY: "false"
|
- SECURITY_ENABLELOGIN=false # Set true to enable user authentication
|
||||||
SECURITY_ENABLELOGIN: "false"
|
- LANGS=en_GB,pt_BR # Interface language
|
||||||
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"
|
restart: unless-stopped
|
||||||
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
|
|
||||||
|
|
||||||
wallos:
|
wallos:
|
||||||
container_name: wallos
|
container_name: wallos
|
||||||
@@ -47,6 +31,6 @@ services:
|
|||||||
TZ: 'America/Sao_Paulo'
|
TZ: 'America/Sao_Paulo'
|
||||||
# Volumes store your data between container upgrades
|
# Volumes store your data between container upgrades
|
||||||
volumes:
|
volumes:
|
||||||
- './db:/var/www/html/db'
|
- '/home/ccalifice/docker-data/utils/wallos/db:/var/www/html/db'
|
||||||
- './logos:/var/www/html/images/uploads/logos'
|
- '/home/ccalifice/docker-data/utils/wallos/logos:/var/www/html/images/uploads/logos'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user