📋 Added Redis environment variable to docker-compose config
This commit is contained in:
@@ -146,6 +146,13 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
redis:
|
||||
image: 'bitnami/redis:latest'
|
||||
container_name: queue
|
||||
networks:
|
||||
- proxy
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
traefik:
|
||||
image: traefik:2.3.4
|
||||
|
||||
Reference in New Issue
Block a user