Compare commits
10 Commits
propagate/
...
aps-persis
Author | SHA1 | Date | |
---|---|---|---|
3a6d3b1c1e | |||
944397b02c | |||
3c1796b0b4 | |||
bcdd5e0525 | |||
|
ba6a0f70ad | ||
912249c388 | |||
8ccf85d170 | |||
70eb1fd7fb | |||
d7ed2df85e | |||
7caee29b23 |
@@ -12,6 +12,7 @@ services:
|
||||
- postgres-aps
|
||||
volumes:
|
||||
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
||||
- apsbin-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
activiti-admin:
|
||||
image: quay.io/alfresco/alfresco-process-services-admin:${APS_TAG}
|
||||
@@ -26,11 +27,15 @@ services:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
environment:
|
||||
POSTGRES_DB: activiti
|
||||
volumes:
|
||||
- apsdb-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
postgres-aps-admin:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
environment:
|
||||
POSTGRES_DB: activiti-admin
|
||||
volumes:
|
||||
- apsadmindb-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
proxy:
|
||||
build: ./nginx-ingress
|
||||
@@ -40,3 +45,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