Compare commits
33 Commits
acs-backen
...
ags-backen
Author | SHA1 | Date | |
---|---|---|---|
1149792321 | |||
d23afd274c | |||
c088f81a2b | |||
5fc2127922 | |||
31a89f370d | |||
61ef62ecb1 | |||
5429c03548 | |||
fa90205f6f | |||
3d4f0640ab | |||
8a53f02159 | |||
6002fcaef2 | |||
66b3e49873 | |||
4336b63b85 | |||
df0a91920b | |||
18889ab89d | |||
5b62436d30 | |||
f66c710a6e | |||
184c1bb158 | |||
d0e042a9c1 | |||
da93d4ea48 | |||
01a5d97ed7 | |||
|
a50c3da468 | ||
|
f8638e7a26 | ||
|
4d584785ff | ||
|
96987b7ff1 | ||
|
6e09a9c0c9 | ||
|
eaa6f1025d | ||
c9075398cd | |||
4f5a939b71 | |||
22b2583505 | |||
0999563353 | |||
295b0711b0 | |||
bc6a8539f3 |
@@ -5,7 +5,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
image: quay.io/alfresco/alfresco-content-repository:${ACS_TAG}
|
image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG}
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "
|
JAVA_TOOL_OPTIONS: "
|
||||||
-Dencryption.keystore.type=JCEKS
|
-Dencryption.keystore.type=JCEKS
|
||||||
@@ -55,7 +55,6 @@ services:
|
|||||||
- shared-file-store
|
- shared-file-store
|
||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||||
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
|
||||||
|
|
||||||
transform-router:
|
transform-router:
|
||||||
image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG}
|
image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG}
|
||||||
@@ -88,8 +87,6 @@ services:
|
|||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
volumes:
|
|
||||||
- acsdb-volume:/var/lib/postgresql/data:rw
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
||||||
@@ -103,8 +100,6 @@ services:
|
|||||||
"
|
"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "curl -fsS http://localhost:8983/solr"
|
test: "curl -fsS http://localhost:8983/solr"
|
||||||
volumes:
|
|
||||||
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||||
@@ -112,8 +107,6 @@ services:
|
|||||||
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
||||||
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
||||||
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
||||||
volumes:
|
|
||||||
- activemq-volume:/opt/activemq/data:rw
|
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
image: quay.io/alfresco/service-sync:${ALF_SYNC_SERV_TAG}
|
image: quay.io/alfresco/service-sync:${ALF_SYNC_SERV_TAG}
|
||||||
@@ -147,11 +140,3 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: tmpfs
|
type: tmpfs
|
||||||
device: tmpfs
|
device: tmpfs
|
||||||
acsbin-volume:
|
|
||||||
driver: local
|
|
||||||
acsdb-volume:
|
|
||||||
driver: local
|
|
||||||
activemq-volume:
|
|
||||||
driver: local
|
|
||||||
solrindex-volume:
|
|
||||||
driver: local
|
|
||||||
|
Reference in New Issue
Block a user