Add bull and caching
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
networks:
|
||||
- db_net
|
||||
ports:
|
||||
- 6379:6379
|
||||
command: >
|
||||
--requirepass ${REDIS_PASS}
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
app_net:
|
||||
db_net:
|
Reference in New Issue
Block a user