added minimum unconfigured ACS services to Docker Compose
This commit is contained in:
parent
0a7f58d483
commit
0f36dd1943
@ -3,3 +3,19 @@
|
||||
# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
alfresco:
|
||||
image: alfresco/alfresco-content-repository:latest
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:latest
|
||||
|
||||
proxy:
|
||||
image: alfresco/alfresco-acs-nginx:latest
|
||||
depends_on:
|
||||
- alfresco
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user