api done
This commit is contained in:
parent
aff10840fd
commit
85e8729261
5 changed files with 74 additions and 7 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
command: redis-server --save "" --appendonly no
|
||||
container_name: redis
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
Loading…
Add table
Add a link
Reference in a new issue