finished conenct modal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user