removed elasticsearch
This commit is contained in:
parent
7e526e0e1e
commit
fc8a854920
1
.env
1
.env
@ -7,4 +7,3 @@ PROXY_PORT=8080
|
||||
|
||||
APS_TAG=2.3.5
|
||||
POSTGRES_TAG=13
|
||||
ELASTICSEARCH_TAG=7.17.7
|
||||
|
@ -3,11 +3,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
activiti-app:
|
||||
image: quay.io/alfresco/alfresco-process-services:${APS_TAG}
|
||||
environment:
|
||||
ACTIVITI_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps:5432/activiti?characterEncoding=UTF-8'
|
||||
ACTIVITI_ES_REST_CLIENT_ADDRESS: search-aps
|
||||
depends_on:
|
||||
- postgres-aps
|
||||
volumes:
|
||||
@ -31,17 +31,6 @@ services:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
environment:
|
||||
POSTGRES_DB: activiti-admin
|
||||
|
||||
search-aps:
|
||||
image: elasticsearch:${ELASTICSEARCH_TAG}
|
||||
environment:
|
||||
discovery.type: single-node
|
||||
ulimits:
|
||||
memlock:
|
||||
soft: -1
|
||||
hard: -1
|
||||
depends_on:
|
||||
- activiti-app
|
||||
|
||||
proxy:
|
||||
build: ./nginx-ingress
|
||||
|
Loading…
x
Reference in New Issue
Block a user