backend/docker-compose.yml
Torma Kristóf 34bb3fcc25
All checks were successful
continuous-integration/drone/push Build is passing
remove jwt
2020-11-26 01:27:33 +01:00

15 lines
176 B
YAML

version: '3'
networks:
redis:
external: false
services:
db:
image: redis
restart: always
ports:
- "127.0.0.1:6379:6379"
networks:
- redis