Skip to content

Commit

Permalink
Start up local redis
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Oct 10, 2024
1 parent e34d1f5 commit ec61403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ services:
MYSQL_USER: ${DB_USER}
MYSQL_PASSWORD: ${DB_PASSWORD}
MYSQL_DATABASE: ${DB_NAME}
depends_on:
- redis

phpmyadmin:
container_name: intranet-phpmyadmin
Expand Down Expand Up @@ -205,6 +207,7 @@ services:
- nginx

redis:
container_name: intranet-redis
image: 'bitnami/redis:latest'
environment:
- ALLOW_EMPTY_PASSWORD=yes

0 comments on commit ec61403

Please sign in to comment.