removed activiti-admin
This commit is contained in:
parent
8b9d766380
commit
7f06015d81
@ -96,21 +96,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/aps:/home/alfresco/.activiti/enterprise-license:ro"
|
- "$ALFRESCO_LICENSE_DIR/aps:/home/alfresco/.activiti/enterprise-license:ro"
|
||||||
|
|
||||||
activiti-admin:
|
|
||||||
image: quay.io/alfresco/alfresco-process-services-admin:${APS_TAG}
|
|
||||||
environment:
|
|
||||||
ACTIVITI_ADMIN_DATASOURCE_USERNAME: alfresco
|
|
||||||
ACTIVITI_ADMIN_DATASOURCE_PASSWORD: alfresco
|
|
||||||
ACTIVITI_ADMIN_DATASOURCE_DRIVER: org.postgresql.Driver
|
|
||||||
ACTIVITI_ADMIN_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect
|
|
||||||
ACTIVITI_ADMIN_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps-admin:5432/activiti-admin?characterEncoding=UTF-8'
|
|
||||||
ACTIVITI_ADMIN_REST_APP_HOST: http://activiti-app
|
|
||||||
ACTIVITI_ADMIN_REST_APP_PORT: 8080
|
|
||||||
JAVA_OPTS: "-Xms64m -Xmx128m"
|
|
||||||
depends_on:
|
|
||||||
- postgres-aps-admin
|
|
||||||
- activiti-app
|
|
||||||
|
|
||||||
postgres-aps:
|
postgres-aps:
|
||||||
image: postgres:${POSTGRES_TAG}
|
image: postgres:${POSTGRES_TAG}
|
||||||
environment:
|
environment:
|
||||||
@ -118,14 +103,6 @@ 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
|
||||||
|
|
||||||
postgres-aps-admin:
|
|
||||||
image: postgres:${POSTGRES_TAG}
|
|
||||||
environment:
|
|
||||||
POSTGRES_DB: activiti-admin
|
|
||||||
POSTGRES_USER: alfresco
|
|
||||||
POSTGRES_PASSWORD: alfresco
|
|
||||||
command: postgres -c max_connections=50 -c log_min_messages=LOG
|
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@ -136,4 +113,3 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
- activiti-app
|
- activiti-app
|
||||||
- activiti-admin
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user