diff --git a/exampleYmlFiles/docker-compose-latest-fat-security.yml b/exampleYmlFiles/docker-compose-latest-fat-security.yml index 8e930c2ca8c..5374cd0d1a8 100644 --- a/exampleYmlFiles/docker-compose-latest-fat-security.yml +++ b/exampleYmlFiles/docker-compose-latest-fat-security.yml @@ -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: @@ -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" diff --git a/exampleYmlFiles/docker-compose-latest-security-with-sso.yml b/exampleYmlFiles/docker-compose-latest-security-with-sso.yml index a5739ea49bd..6210b57e547 100644 --- a/exampleYmlFiles/docker-compose-latest-security-with-sso.yml +++ b/exampleYmlFiles/docker-compose-latest-security-with-sso.yml @@ -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" diff --git a/exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml b/exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml index 157ed07fd05..44ed81ccd2d 100644 --- a/exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml +++ b/exampleYmlFiles/docker-compose-latest-ultra-lite-security.yml @@ -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: @@ -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" diff --git a/exampleYmlFiles/docker-compose-latest-ultra-lite.yml b/exampleYmlFiles/docker-compose-latest-ultra-lite.yml index 53d7bcb802c..8510b0c3d47 100644 --- a/exampleYmlFiles/docker-compose-latest-ultra-lite.yml +++ b/exampleYmlFiles/docker-compose-latest-ultra-lite.yml @@ -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