Add missing MEMCACHED_HOST to fix Weblate

This commit is contained in:
Carl van Tonder 2018-04-23 01:57:28 -04:00
parent f8695fae3c
commit 2652291873

View File

@ -55,6 +55,7 @@ services:
environment:
- "POSTGRES_USER=weblate"
- "POSTGRES_DATABASE=weblate"
- "MEMCACHED_HOST=cache"
restart: always
cache: