Merge remote-tracking branch 'origin/aps-persist' into dbp-persist
This commit is contained in:
commit
1e0b44946e
@ -175,6 +175,7 @@ services:
|
|||||||
- postgres-aps
|
- postgres-aps
|
||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
||||||
|
- apsbin-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
activiti-admin:
|
activiti-admin:
|
||||||
image: alfresco/process-services-admin:1.11.1.1
|
image: alfresco/process-services-admin:1.11.1.1
|
||||||
@ -200,6 +201,8 @@ services:
|
|||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
|
volumes:
|
||||||
|
- apsdb-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
postgres-aps-admin:
|
postgres-aps-admin:
|
||||||
image: postgres:11.6
|
image: postgres:11.6
|
||||||
@ -209,6 +212,8 @@ services:
|
|||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
command: postgres -c max_connections=50 -c log_min_messages=LOG
|
command: postgres -c max_connections=50 -c log_min_messages=LOG
|
||||||
|
volumes:
|
||||||
|
- apsadmindb-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
search-aps:
|
search-aps:
|
||||||
image: elasticsearch:7.6.0
|
image: elasticsearch:7.6.0
|
||||||
@ -222,7 +227,9 @@ services:
|
|||||||
hard: -1
|
hard: -1
|
||||||
depends_on:
|
depends_on:
|
||||||
- activiti-app
|
- activiti-app
|
||||||
|
volumes:
|
||||||
|
- esindex-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
image: local/nginx-ingress:acs-sync-share-adw-aps
|
image: local/nginx-ingress:acs-sync-share-adw-aps
|
||||||
@ -249,3 +256,11 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
solrindex-volume:
|
solrindex-volume:
|
||||||
driver: local
|
driver: local
|
||||||
|
apsbin-volume:
|
||||||
|
driver: local
|
||||||
|
apsdb-volume:
|
||||||
|
driver: local
|
||||||
|
apsadmindb-volume:
|
||||||
|
driver: local
|
||||||
|
esindex-volume:
|
||||||
|
driver: local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user