4 changed files with 8 additions and 12 deletions
+6 -6
View File
@@ -4,13 +4,13 @@ Learning Management System (LMS)
<!-- metadata -->
* **Maintainer**: [@stevensting](https://git.coopcloud.tech/stevensting) (Klasse & Methode)
* **Maintainer**: [@stevensting](https://git.coopcloud.tech/stevensting)
* **Category**: Learning
* **Status**: 3, stable
* **Status**: 0, development
* **Image**: [`php`](https://hub.docker.com/_/php), 4, upstream
* **Healthcheck**: yes
* **Backups**: yes
* **Email**: yes
* **Healthcheck**: no
* **Backups**: no
* **Email**: no
* **Tests**: no
* **SSO**: no
@@ -24,7 +24,7 @@ Learning Management System (LMS)
4. `abra app deploy YOURAPPDOMAIN`
- attention: installing all packages and php extensions necessary can take a couple of minutes. Therefore container `frontend` and it's healthcheck will stay in status `starting` that long.
## Adding more settings to the env-file
## Maintainers: Adding more settings to the env-file
Almost all of moddles config can be set via the php file config-dist.php.tmpl. Only few are already in there, so check moodles docs if you need more. But not even the docs list all possible parameters.
Please put additional settings in the coop cloud section in the file.
+2 -3
View File
@@ -37,9 +37,9 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=1.0.0+5.1-latest"
- "coop-cloud.${STACK_NAME}.version=0.0.1"
frontend:
image: nginx:1.29-alpine
image: nginx:1.20-alpine
networks:
- proxy
- backend
@@ -67,7 +67,6 @@ services:
- STACK_NAME
- ROOT_PATH=/var/www/html/public
- DOMAIN
- MAX_BODY_SIZE=${MAX_BODY_SIZE:-256M}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s
-2
View File
@@ -4,8 +4,6 @@ server {
listen [::]:80;
server_name localhost;
client_max_body_size {{ env "MAX_BODY_SIZE" }};
root {{ env "ROOT_PATH" }};
#charset koi8-r;
-1
View File
@@ -1 +0,0 @@
first release, everything tested and assumed to be working. now with correct moodle version number.