mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
chore(docker-compose.prod.yml): add redis service
This commit is contained in:
@@ -21,6 +21,11 @@ services:
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
redis:
|
||||
container_name: redis
|
||||
image: redis:7-alpine
|
||||
restart: unless-stopped
|
||||
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user