Skip to content

Commit

Permalink
#2270 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioGii committed Dec 15, 2024
1 parent 863a6e5 commit 6425930
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
8 changes: 4 additions & 4 deletions exampleYmlFiles/docker-compose-latest-fat-security.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
stirling-pdf:
container_name: Stirling-PDF-Security-Fat
image: stirlingtools/stirling-pdf:test
image: stirlingtools/stirling-pdf:latest-fat
deploy:
resources:
limits:
Expand All @@ -16,9 +16,9 @@ services:
ports:
- 8080:8080
volumes:
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "false"
Expand Down
6 changes: 3 additions & 3 deletions exampleYmlFiles/docker-compose-latest-security-with-sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ services:
ports:
- "8080:8080"
volumes:
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "true"
Expand Down
8 changes: 4 additions & 4 deletions exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
stirling-pdf:
container_name: Stirling-PDF-Ultra-Lite-Security
image: stirlingtools/stirling-pdf:test
image: stirlingtools/stirling-pdf:latest-ultra-lite
deploy:
resources:
limits:
Expand All @@ -16,9 +16,9 @@ services:
ports:
- "8080:8080"
volumes:
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "true"
Expand Down
7 changes: 7 additions & 0 deletions exampleYmlFiles/docker-compose-latest-ultra-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ services:
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
SYSTEM_PROFILES_ACTIVE: docker
SYSTEM_DATASOURCE_URL: "jdbc:postgresql://db:5432/stirling_pdf"
SYSTEM_DATASOURCE_USERNAME: "admin"
SYSTEM_DATASOURCE_PASSWORD: "stirling"
SYSTEM_DATASOURCE_DRIVER: "postgresql"
SPRING_JPA_HIBERNATE_DDL_AUTO: "update"
SPRING_JPA_PROPERTIES_HIBERNATE_DIALECT: "org.hibernate.dialect.PostgreSQLDialect"
restart: on-failure:5

0 comments on commit 6425930

Please sign in to comment.