CHanged Event admin layout

This commit is contained in:
PxlLoewe
2025-03-10 18:11:28 -07:00
parent 77b266e0bf
commit c01e618a56
17 changed files with 918 additions and 170 deletions

View File

@@ -21,6 +21,17 @@ services:
- "8080:80"
depends_on:
- postgres
redis:
container_name: redis
image: docker.io/bitnami/redis:7.4
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
ports:
- "6379:6379"
volumes:
- "redis_data:/bitnami/redis/data"
moodle_database:
container_name: moodle_database
@@ -62,3 +73,5 @@ volumes:
moodle_data:
moodle_database:
moodle_moodledata:
redis_data:
driver: local