remove redis
This commit is contained in:
parent
646a10f45c
commit
af58550f7f
10 changed files with 12 additions and 89 deletions
|
|
@ -119,9 +119,6 @@ APP_URL=http://localhost:4000
|
|||
# Database
|
||||
DATABASE_URL=postgresql://postgres:12345678@localhost:5432/elearning_dev
|
||||
|
||||
# Redis
|
||||
REDIS_URL=redis://:dev_redis_password@localhost:6379
|
||||
|
||||
# MinIO/S3
|
||||
S3_ENDPOINT=http://localhost:9000
|
||||
S3_ACCESS_KEY=admin
|
||||
|
|
@ -153,7 +150,6 @@ docker compose up -d
|
|||
|
||||
This starts:
|
||||
- PostgreSQL (port 5432)
|
||||
- Redis (port 6379)
|
||||
- MinIO (ports 9000, 9001)
|
||||
- Mailhog (ports 1025, 8025)
|
||||
- Adminer (port 8080)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue