Fix redis docker

This commit is contained in:
Andros Fenollosa 2021-03-11 21:23:55 +01:00
parent 11c8266b62
commit c8279efcbf

View File

@ -18,16 +18,17 @@ services:
DOMAIN_URL: "http://my-demo.localhost"
STATIC_URL: "/static/"
MEDIA_URL: "/media/"
REDIS_URL: redis
expose:
- 8000
depends_on:
- redis
redis:
image: redis:alpine
restart: always
expose:
- 6379
depends_on:
- django
caddy: