remove jwt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-26 01:27:33 +01:00
parent 6e3ba36851
commit 34bb3fcc25
7 changed files with 82 additions and 64 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3'
networks:
redis:
external: false
services:
db:
image: redis
restart: always
ports:
- "127.0.0.1:6379:6379"
networks:
- redis