moved store
This commit is contained in:
parent
7caee29b23
commit
d7ed2df85e
@ -13,6 +13,7 @@ services:
|
|||||||
- postgres-aps
|
- postgres-aps
|
||||||
volumes:
|
volumes:
|
||||||
- "$LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
- "$LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
||||||
|
- apsbin-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
activiti-admin:
|
activiti-admin:
|
||||||
image: alfresco/process-services-admin:latest
|
image: alfresco/process-services-admin:latest
|
||||||
@ -22,9 +23,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres-aps-admin
|
- postgres-aps-admin
|
||||||
- activiti-app
|
- activiti-app
|
||||||
volumes:
|
|
||||||
- ./activiti-admin.properties:/usr/local/tomcat/lib/activiti-admin.properties
|
|
||||||
- apsapp-volume:/var/lib/postgresql/data:rw
|
|
||||||
|
|
||||||
postgres-aps:
|
postgres-aps:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user