mirror of
https://github.com/hibiken/asynq.git
synced 2025-10-23 10:16:12 +08:00
This commit is contained in:
14
docker/docker-compose.yml
Normal file
14
docker/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
version: '3.8'
|
||||
services:
|
||||
cache:
|
||||
image: redis:6.2-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- '6379:6379'
|
||||
command: redis-server --save 20 1 --loglevel warning
|
||||
volumes:
|
||||
- cache:/data
|
||||
volumes:
|
||||
cache:
|
||||
driver: local
|
Reference in New Issue
Block a user