commit b37611a67c8d25dcaf185655c199d91d55f69179 Author: Brian Long Date: Wed Dec 16 21:53:53 2020 -0500 base docker-compose with basic directory vars diff --git a/.env b/.env new file mode 100644 index 0000000..fb511c7 --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +BASEDIR=~ +ALFRESCO_DIR=${BASEDIR}/alfresco +ALFRESCO_LICENSE_DIR=${ALFRESCO_DIR}/license diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..f70207f --- /dev/null +++ b/docker-compose.yml @@ -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" +