-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
3,301 additions
and
2,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
version: '3.3' | ||
services: | ||
stirling-pdf: | ||
container_name: Stirling-PDF-Lite-Security | ||
image: frooodle/s-pdf:latest-lite | ||
deploy: | ||
resources: | ||
limits: | ||
memory: 2G | ||
healthcheck: | ||
test: ["CMD-SHELL", "curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP' && curl -fL http://localhost:8080/ | grep -q 'Please sign in'"] | ||
interval: 5s | ||
timeout: 10s | ||
retries: 16 | ||
ports: | ||
- 8080:8080 | ||
volumes: | ||
- /stirling/latest/data:/usr/share/tesseract-ocr/5/tessdata:rw | ||
- /stirling/latest/config:/configs:rw | ||
- /stirling/latest/logs:/logs:rw | ||
environment: | ||
DOCKER_ENABLE_SECURITY: "true" | ||
SECURITY_ENABLELOGIN: "true" | ||
SYSTEM_DEFAULTLOCALE: en_US | ||
UI_APPNAME: Stirling-PDF-Lite | ||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Lite Latest with Security | ||
UI_APPNAMENAVBAR: Stirling-PDF-Lite Latest | ||
SYSTEM_MAXFILESIZE: "100" | ||
METRICS_ENABLED: "true" | ||
SYSTEM_GOOGLEVISIBILITY: "true" | ||
restart: on-failure:5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
version: '3.3' | ||
services: | ||
stirling-pdf: | ||
container_name: Stirling-PDF-Lite | ||
image: frooodle/s-pdf:latest-lite | ||
deploy: | ||
resources: | ||
limits: | ||
memory: 2G | ||
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: | ||
- 8080:8080 | ||
volumes: | ||
- /stirling/latest/config:/configs:rw | ||
- /stirling/latest/logs:/logs:rw | ||
environment: | ||
DOCKER_ENABLE_SECURITY: "false" | ||
SECURITY_ENABLELOGIN: "false" | ||
SYSTEM_DEFAULTLOCALE: en_US | ||
UI_APPNAME: Stirling-PDF-Lite | ||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Lite Latest | ||
UI_APPNAMENAVBAR: Stirling-PDF-Lite Latest | ||
SYSTEM_MAXFILESIZE: "100" | ||
METRICS_ENABLED: "true" | ||
SYSTEM_GOOGLEVISIBILITY: "true" | ||
restart: on-failure:5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
version: '3.3' | ||
services: | ||
stirling-pdf: | ||
container_name: Stirling-PDF-Security | ||
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 -q 'Please sign in'"] | ||
interval: 5s | ||
timeout: 10s | ||
retries: 16 | ||
ports: | ||
- 8080:8080 | ||
volumes: | ||
- /stirling/latest/data:/usr/share/tesseract-ocr/5/tessdata:rw | ||
- /stirling/latest/config:/configs:rw | ||
- /stirling/latest/logs:/logs:rw | ||
environment: | ||
DOCKER_ENABLE_SECURITY: "true" | ||
SECURITY_ENABLELOGIN: "true" | ||
SYSTEM_DEFAULTLOCALE: en_US | ||
UI_APPNAME: Stirling-PDF | ||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF Latest with Security | ||
UI_APPNAMENAVBAR: Stirling-PDF Latest | ||
SYSTEM_MAXFILESIZE: "100" | ||
METRICS_ENABLED: "true" | ||
SYSTEM_GOOGLEVISIBILITY: "true" | ||
restart: on-failure:5 |
31 changes: 31 additions & 0 deletions
31
exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
version: '3.3' | ||
services: | ||
stirling-pdf: | ||
container_name: Stirling-PDF-Ultra-Lite-Security | ||
image: frooodle/s-pdf:latest-ultra-lite | ||
deploy: | ||
resources: | ||
limits: | ||
memory: 1G | ||
healthcheck: | ||
test: ["CMD-SHELL", "curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP' && curl -fL http://localhost:8080/ | grep -q 'Please sign in'"] | ||
interval: 5s | ||
timeout: 10s | ||
retries: 16 | ||
ports: | ||
- 8080:8080 | ||
volumes: | ||
- /stirling/latest/data:/usr/share/tesseract-ocr/5/tessdata:rw | ||
- /stirling/latest/config:/configs:rw | ||
- /stirling/latest/logs:/logs:rw | ||
environment: | ||
DOCKER_ENABLE_SECURITY: "true" | ||
SECURITY_ENABLELOGIN: "true" | ||
SYSTEM_DEFAULTLOCALE: en_US | ||
UI_APPNAME: Stirling-PDF-Lite | ||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Lite Latest with Security | ||
UI_APPNAMENAVBAR: Stirling-PDF-Lite Latest | ||
SYSTEM_MAXFILESIZE: "100" | ||
METRICS_ENABLED: "true" | ||
SYSTEM_GOOGLEVISIBILITY: "true" | ||
restart: on-failure:5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
version: '3.3' | ||
services: | ||
stirling-pdf: | ||
container_name: Stirling-PDF-Ultra-Lite | ||
image: frooodle/s-pdf:latest-ultra-lite | ||
deploy: | ||
resources: | ||
limits: | ||
memory: 1G | ||
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: | ||
- 8080:8080 | ||
volumes: | ||
- /stirling/latest/config:/configs:rw | ||
- /stirling/latest/logs:/logs:rw | ||
environment: | ||
DOCKER_ENABLE_SECURITY: "false" | ||
SECURITY_ENABLELOGIN: "false" | ||
SYSTEM_DEFAULTLOCALE: en_US | ||
UI_APPNAME: Stirling-PDF-Ultra-lite | ||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF-Ultra-lite Latest | ||
UI_APPNAMENAVBAR: Stirling-PDF-Ultra-lite Latest | ||
SYSTEM_MAXFILESIZE: "100" | ||
METRICS_ENABLED: "true" | ||
SYSTEM_GOOGLEVISIBILITY: "true" | ||
restart: on-failure:5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
version: '3.3' | ||
services: | ||
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 | ||
ports: | ||
- 8080:8080 | ||
volumes: | ||
- /stirling/latest/data:/usr/share/tesseract-ocr/5/tessdata:rw | ||
- /stirling/latest/config:/configs:rw | ||
- /stirling/latest/logs:/logs:rw | ||
environment: | ||
DOCKER_ENABLE_SECURITY: "false" | ||
SECURITY_ENABLELOGIN: "false" | ||
SYSTEM_DEFAULTLOCALE: en_US | ||
UI_APPNAME: Stirling-PDF | ||
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF Latest | ||
UI_APPNAMENAVBAR: Stirling-PDF Latest | ||
SYSTEM_MAXFILESIZE: "100" | ||
METRICS_ENABLED: "true" | ||
SYSTEM_GOOGLEVISIBILITY: "true" | ||
restart: on-failure:5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.