base docker-compose with basic directory vars
This commit is contained in:
commit
b37611a67c
3
.env
Normal file
3
.env
Normal file
@ -0,0 +1,3 @@
|
||||
BASEDIR=~
|
||||
ALFRESCO_DIR=${BASEDIR}/alfresco
|
||||
ALFRESCO_LICENSE_DIR=${ALFRESCO_DIR}/license
|
5
docker-compose.yml
Normal file
5
docker-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
# Sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
|
||||
#
|
||||
# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose
|
||||
version: "2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user