From 82864c195502fe633518722db69397d2623f9879 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Thu, 26 Oct 2023 08:52:41 -0400 Subject: [PATCH 1/3] added license file README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a65624..2961f33 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ This Git Repository intends to represent environments in Docker Compose. All environments are effectively a derivative of other environments. The original environment is the environment represented by the `base` branch. All derivative environments are represented by other branches. Those branches are named in the format `{core}.{parent}`. +## Licensing + +This version of Alfresco requires licensing. + +### APS + +APS requires a license file for it to work. For licensing to work, you must place your license file in the following directory relative to the user home directory that runs the Docker Compose command: `alfresco/license/aps`. The filename must be `activiti.lic`. You can use symbolic linking if desired. From 6aa37311659c303be63319b4834b7ec74c7e37f4 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Thu, 26 Oct 2023 14:14:26 -0400 Subject: [PATCH 2/3] removed mem_limit from proxy --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 95f75b2..a98f198 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,6 @@ services: proxy: build: ./nginx-ingress image: local/nginx-ingress:aps - mem_limit: 256m ports: - 8080:8080 depends_on: From f456bb7ea9eb12f5fe0adc17c30d92e195ce9299 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Thu, 26 Oct 2023 14:15:11 -0400 Subject: [PATCH 3/3] removed mem_limit from proxy --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index afda17e..6b0d954 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,6 @@ services: proxy: build: ./nginx-ingress image: local/nginx-ingress:aims - mem_limit: 256m ports: - 8080:8080 depends_on: