unit test endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-08 22:17:09 +02:00
parent e395915bf1
commit 644c2df888
7 changed files with 94 additions and 4 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3'
networks:
redis:
external: false
services:
redis:
image: redis
ports:
- 6969:6379