Skip to content

Commit

Permalink
#2270 updating other Docker configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioGii committed Dec 15, 2024
1 parent ff41923 commit 863a6e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
9 changes: 5 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:latest-fat
image: stirlingtools/stirling-pdf:test
deploy:
resources:
limits:
Expand All @@ -16,9 +16,9 @@ services:
ports:
- 8080:8080
volumes:
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "false"
Expand All @@ -43,6 +43,7 @@ services:

db:
image: 'postgres:17.2-alpine'
restart: on-failure:5
container_name: db
ports:
- "5432:5432"
Expand Down
7 changes: 4 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:
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "true"
Expand Down Expand Up @@ -51,6 +51,7 @@ services:

db:
image: 'postgres:17.2-alpine'
restart: on-failure:5
container_name: db
ports:
- "5432:5432"
Expand Down
1 change: 1 addition & 0 deletions exampleYmlFiles/docker-compose-latest-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:

db:
image: 'postgres:17.2-alpine'
restart: on-failure:5
container_name: db
ports:
- "5432:5432"
Expand Down
10 changes: 6 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:latest-ultra-lite
image: stirlingtools/stirling-pdf:test
deploy:
resources:
limits:
Expand All @@ -16,9 +16,9 @@ services:
ports:
- "8080:8080"
volumes:
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
environment:
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "true"
Expand All @@ -40,6 +40,8 @@ services:

db:
image: 'postgres:17.2-alpine'
restart: on-failure:5
shm_size: 32mb
container_name: db
ports:
- "5432:5432"
Expand Down

0 comments on commit 863a6e5

Please sign in to comment.