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
|
||||
- activemq
|
||||
|
||||
share:
|
||||
image: alfresco/alfresco-share:latest
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:11.7
|
||||
mem_limit: 512m
|
||||
@ -63,5 +68,6 @@ services:
|
||||
REPO_URL: "http://platform:8080"
|
||||
depends_on:
|
||||
- platform
|
||||
- share
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user