Compare commits
25 Commits
acs-backen
...
ags-backen
Author | SHA1 | Date | |
---|---|---|---|
cfaa040e6c | |||
84d01d1307 | |||
593bb02293 | |||
31a89f370d | |||
63f3cefc3a | |||
26c48578a8 | |||
8a53f02159 | |||
8434976fd0 | |||
203d125bf2 | |||
18889ab89d | |||
9fff0056dc | |||
129437c927 | |||
da93d4ea48 | |||
01a5d97ed7 | |||
|
926494b3ee | ||
|
9e49b1d3c1 | ||
|
6e09a9c0c9 | ||
24ea707337 | |||
da0046118b | |||
0999563353 | |||
4863e29854 | |||
d96822cedd | |||
295b0711b0 | |||
59d082734f | |||
bc6a8539f3 |
@@ -5,7 +5,7 @@ version: "3"
|
||||
services:
|
||||
|
||||
platform:
|
||||
image: alfresco/alfresco-content-repository-community:${ACS_TAG}
|
||||
image: alfresco/alfresco-governance-repository-community:${ACS_TAG}
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: "
|
||||
-Dencryption.keystore.type=JCEKS
|
||||
@@ -51,8 +51,6 @@ services:
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
- activemq
|
||||
volumes:
|
||||
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||
|
||||
transform-core-aio:
|
||||
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||
@@ -64,8 +62,6 @@ services:
|
||||
POSTGRES_USER: alfresco
|
||||
POSTGRES_DB: alfresco
|
||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||
volumes:
|
||||
- acsdb-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
search:
|
||||
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
||||
@@ -79,8 +75,6 @@ services:
|
||||
"
|
||||
healthcheck:
|
||||
test: "curl -fsS http://localhost:8983/solr"
|
||||
volumes:
|
||||
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||
@@ -88,8 +82,6 @@ services:
|
||||
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
||||
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
||||
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
||||
volumes:
|
||||
- activemq-volume:/opt/activemq/data:rw
|
||||
|
||||
proxy:
|
||||
build: ./nginx-ingress
|
||||
@@ -98,13 +90,3 @@ services:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
- platform
|
||||
|
||||
volumes:
|
||||
acsbin-volume:
|
||||
driver: local
|
||||
acsdb-volume:
|
||||
driver: local
|
||||
activemq-volume:
|
||||
driver: local
|
||||
solrindex-volume:
|
||||
driver: local
|
||||
|
Reference in New Issue
Block a user