base docker-compose with basic directory vars

This commit is contained in:
Brian Long 2020-12-16 21:53:53 -05:00
commit b37611a67c
2 changed files with 8 additions and 0 deletions

3
.env Normal file
View File

@ -0,0 +1,3 @@
BASEDIR=~
ALFRESCO_DIR=${BASEDIR}/alfresco
ALFRESCO_LICENSE_DIR=${ALFRESCO_DIR}/license

5
docker-compose.yml Normal file
View 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"