Merge branch 'acs-share-base.acs-base' into acs-share-community.acs-share-base
This commit is contained in:
commit
75df5099e9
@ -33,6 +33,11 @@ services:
|
|||||||
- postgres-acs
|
- postgres-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
|
||||||
|
share:
|
||||||
|
image: alfresco/alfresco-share:latest
|
||||||
|
environment:
|
||||||
|
REPO_HOST: "platform"
|
||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
image: postgres:11.7
|
image: postgres:11.7
|
||||||
mem_limit: 512m
|
mem_limit: 512m
|
||||||
@ -63,5 +68,6 @@ services:
|
|||||||
REPO_URL: "http://platform:8080"
|
REPO_URL: "http://platform:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
|
- share
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user