Skip to content

Commit

Permalink
test docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 26, 2024
1 parent 9046f7f commit e202f75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ services:
alfresco:
condition: service_healthy
activemq:
image: alfresco/alfresco-activemq:5.18-jre17-rockylinux8
image: apache/activemq-classic:5.18.4
mem_limit: 1g
ports:
- "8161:8161" # Web Console
Expand Down
5 changes: 2 additions & 3 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| activemq.adminUser.user | string | `"admin"` | Default username for the embedded broker admin user |
| activemq.enabled | bool | `true` | |
| activemq.existingSecretName | string | `nil` | |
| activemq.image.repository | string | `"apache/activemq-classic"` | |
| activemq.image.tag | string | `"5.18.4"` | |
| activemq.image.repository | string | `"quay.io/alfresco/alfresco-activemq"` | |
| activemq.image.tag | string | `"5.18.5-jre17-rockylinux8"` | |
| activemq.nameOverride | string | `"activemq"` | |
| activemq.persistence.data.mountPath | string | `"/opt/apache-activemq/data"` | |
| alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer |
| alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service |
| alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | |
Expand Down
7 changes: 2 additions & 5 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ alfresco-repository:
- ReadWriteMany
activemq:
image:
repository: apache/activemq-classic
tag: 5.18.4
repository: quay.io/alfresco/alfresco-activemq
tag: 5.18.5-jre17-rockylinux8
nameOverride: activemq
enabled: true
adminUser:
Expand All @@ -181,9 +181,6 @@ activemq:
password: admin
existingSecretName: *acs_messageBroker_secretName
existingSecretName: null
persistence:
data:
mountPath: "/opt/apache-activemq/data"
alfresco-connector-ms365:
# -- Enable/Disable Alfresco Content Connector for Microsoft 365
enabled: false
Expand Down

0 comments on commit e202f75

Please sign in to comment.