Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf4879e466 | ||
|
|
3a6d3b1c1e | ||
|
|
944397b02c | ||
|
|
17738d0a96 | ||
|
|
64708232c4 | ||
|
|
3c1796b0b4 | ||
|
|
604ed69bb3 | ||
|
|
2ed89fa708 | ||
|
|
bcdd5e0525 | ||
|
|
5faa546a0f | ||
|
|
4f191bcbea | ||
|
|
ba6a0f70ad | ||
|
|
7d0eadd920 | ||
|
|
912249c388 | ||
|
|
83c123de08 | ||
|
|
6edb220093 | ||
|
|
8ccf85d170 | ||
|
|
70eb1fd7fb | ||
|
|
d7ed2df85e | ||
|
|
7caee29b23 |
@@ -17,6 +17,7 @@ services:
|
||||
- postgres-aps
|
||||
volumes:
|
||||
- "$ALFRESCO_LICENSE_DIR/aps:/home/alfresco/.activiti/enterprise-license:ro"
|
||||
- apsbin-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
activiti-admin:
|
||||
image: quay.io/alfresco/alfresco-process-services-admin:${APS_TAG}
|
||||
@@ -40,6 +41,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:${POSTGRES_TAG}
|
||||
@@ -48,6 +51,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
|
||||
|
||||
proxy:
|
||||
build: ./nginx-ingress
|
||||
@@ -58,3 +63,11 @@ services:
|
||||
depends_on:
|
||||
- activiti-app
|
||||
- activiti-admin
|
||||
|
||||
volumes:
|
||||
apsbin-volume:
|
||||
driver: local
|
||||
apsdb-volume:
|
||||
driver: local
|
||||
apsadmindb-volume:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user