finished conenct modal

This commit is contained in:
PxlLoewe
2025-03-15 20:40:40 -07:00
parent 2ecc91adb9
commit cf61740698
8 changed files with 147 additions and 95 deletions

View File

@@ -23,15 +23,11 @@ services:
- 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
image: redis/redis-stack:latest
ports:
- "6379:6379"
volumes:
- "redis_data:/bitnami/redis/data"
- "redis_data:/data"
moodle_database:
container_name: moodle_database