Set memcached and redis hosts envars in docker-compose.yaml

This commit is contained in:
Chris Kankiewicz
2021-06-25 17:07:00 -07:00
parent 26c20a91f7
commit b1c3054f91

View File

@@ -9,6 +9,8 @@ services:
- memcached
- redis
environment:
MEMCACHED_HOST: memcached
REDIS_HOST: redis
VIRTUAL_HOST: directory-lister.local
ports:
- ${APP_PORT:-80}:80