Compare commits
14
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b997bb8bd | ||
|
|
b1a46f7352 | ||
|
|
1717a38baa | ||
|
|
cb837fcb95 | ||
|
|
64cb869961 | ||
|
|
202f371d30 | ||
|
|
d314e494ff | ||
|
|
ec49e12b52 | ||
|
|
0c829b2c3b | ||
|
|
668d8301f0 | ||
|
|
ea9e9162c9 | ||
|
|
f6410f9239 | ||
|
|
139f62e48e | ||
|
|
a698319d73 |
@@ -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.
|
||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: "mariadb:12.3"
|
||||
image: "mariadb:12.1"
|
||||
volumes:
|
||||
- "mariadb:/var/lib/mysql"
|
||||
networks:
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
first release, everything tested and assumed to be working. now with correct moodle version number.
|
||||
Reference in New Issue
Block a user