Compare commits
93
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
188de9d0f3 | ||
|
|
6c62fb96e7 | ||
|
|
aff138a697 | ||
|
|
1355a2234b | ||
|
|
69a4aaa5e7 | ||
|
|
8dc083bf2b | ||
|
|
925d05e41b | ||
|
|
3d14c54688 | ||
|
|
cade3f1b3b | ||
|
|
d9237cdb78 | ||
|
|
25163f428c | ||
|
|
2ed89fa708 | ||
|
|
bcdd5e0525 | ||
|
|
b5ffc3e6e4 | ||
|
|
f32e582608 | ||
|
|
c2191ef143 | ||
|
|
54c4f13f8a | ||
|
|
1e0b44946e | ||
|
|
903e9fdc23 | ||
|
|
68f4c70fa3 | ||
|
|
3d7c7d3880 | ||
|
|
947a48dc90 | ||
|
|
c2e962a2be | ||
|
|
230e7fcf5e | ||
|
|
180e642ce3 | ||
|
|
38def362f6 | ||
|
|
f3d3293e9e | ||
|
|
2c82f844b1 | ||
|
|
b805fbbd1a | ||
|
|
5faa546a0f | ||
|
|
4f191bcbea | ||
|
|
96e4ea2d20 | ||
|
|
b7c883068a | ||
|
|
ba6a0f70ad | ||
|
|
0469d435a4 | ||
|
|
a933edb6bd | ||
|
|
d3c1579905 | ||
|
|
3b83b005c5 | ||
|
|
df5d011a3a | ||
|
|
b757323701 | ||
|
|
812dead437 | ||
|
|
e0df60bc8b | ||
|
|
8b21dcd843 | ||
|
|
a140d6806f | ||
|
|
366a5121de | ||
|
|
7d0eadd920 | ||
|
|
912249c388 | ||
|
|
83c123de08 | ||
|
|
6edb220093 | ||
|
|
8ccf85d170 | ||
|
|
70eb1fd7fb | ||
|
|
d7ed2df85e | ||
|
|
7caee29b23 | ||
|
|
cf22527520 | ||
|
|
6eeef4cfbe | ||
|
|
58a9db5244 | ||
|
|
69481655e8 | ||
|
|
fd30fd4555 | ||
|
|
d4616bfdb2 | ||
|
|
3409eb4eec | ||
|
|
28e32e34a2 | ||
|
|
c7378dd9c2 | ||
|
|
6c5f4493dc | ||
|
|
4f3da7361a | ||
|
|
53404852e1 | ||
|
|
75743d2391 | ||
|
|
6a8b1e2628 | ||
|
|
932159b238 | ||
|
|
135739da10 | ||
|
|
f1a47aa620 | ||
|
|
3d06a59303 | ||
|
|
ccbe4de116 | ||
|
|
5c25ab9d3d | ||
|
|
02a2ec72c0 | ||
|
|
720346e9d7 | ||
|
|
68e0652872 | ||
|
|
b81db4fc0f | ||
|
|
c377995a1d | ||
|
|
e223fd99a3 | ||
|
|
5beadf9f35 | ||
|
|
89eec1edec | ||
|
|
3db235a532 | ||
|
|
24337f3a13 | ||
|
|
04988e43dd | ||
|
|
f94f3e82e8 | ||
|
|
cb5d306478 | ||
|
|
abaa41345a | ||
|
|
f46dacad9d | ||
|
|
0488b3402d | ||
|
|
fad6fe1c2a | ||
|
|
2789af0bd7 | ||
|
|
91da0dedb6 | ||
|
|
8d3c4987f0 |
@@ -67,6 +67,7 @@ services:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||
|
||||
transform-router:
|
||||
image: quay.io/alfresco/alfresco-transform-router:1.3.1
|
||||
@@ -129,6 +130,8 @@ 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:2.0.1
|
||||
@@ -140,10 +143,14 @@ services:
|
||||
- SOLR_SOLR_PORT=8983
|
||||
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||
- ALFRESCO_SECURE_COMMS=none
|
||||
volumes:
|
||||
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:5.15.8
|
||||
mem_limit: 512m
|
||||
volumes:
|
||||
- activemq-volume:/opt/activemq/data:rw
|
||||
|
||||
sync:
|
||||
image: quay.io/alfresco/service-sync:3.3.3.1
|
||||
@@ -205,6 +212,7 @@ services:
|
||||
- postgres-aps
|
||||
volumes:
|
||||
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
||||
- apsbin-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
activiti-admin:
|
||||
image: alfresco/process-services-admin:1.11.1.1
|
||||
@@ -230,6 +238,8 @@ services:
|
||||
POSTGRES_USER: alfresco
|
||||
POSTGRES_PASSWORD: alfresco
|
||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||
volumes:
|
||||
- apsdb-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
postgres-aps-admin:
|
||||
image: postgres:11.6
|
||||
@@ -239,6 +249,8 @@ services:
|
||||
POSTGRES_USER: alfresco
|
||||
POSTGRES_PASSWORD: alfresco
|
||||
command: postgres -c max_connections=50 -c log_min_messages=LOG
|
||||
volumes:
|
||||
- apsadmindb-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
search-aps:
|
||||
image: elasticsearch:7.6.0
|
||||
@@ -252,6 +264,8 @@ services:
|
||||
hard: -1
|
||||
depends_on:
|
||||
- activiti-app
|
||||
volumes:
|
||||
- esindex-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
identity:
|
||||
image: alfresco/alfresco-identity-service:1.4.0
|
||||
@@ -275,6 +289,7 @@ services:
|
||||
retries: 18
|
||||
volumes:
|
||||
- ./keycloak-alfresco-realm.json:/tmp/keycloak-alfresco-realm.json:ro
|
||||
- keycloak-volume:/opt/jboss/keycloak/standalone/data:rw
|
||||
|
||||
proxy:
|
||||
build: ./nginx-ingress
|
||||
@@ -296,3 +311,21 @@ volumes:
|
||||
driver_opts:
|
||||
type: tmpfs
|
||||
device: tmpfs
|
||||
acsbin-volume:
|
||||
driver: local
|
||||
acsdb-volume:
|
||||
driver: local
|
||||
activemq-volume:
|
||||
driver: local
|
||||
solrindex-volume:
|
||||
driver: local
|
||||
apsbin-volume:
|
||||
driver: local
|
||||
apsdb-volume:
|
||||
driver: local
|
||||
apsadmindb-volume:
|
||||
driver: local
|
||||
esindex-volume:
|
||||
driver: local
|
||||
keycloak-volume:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user