Remove cache from local.yml

This commit is contained in:
Anna Sidwell 2018-03-27 15:09:40 +11:00
parent 6a6260c183
commit d80ed6a015

View File

@ -4,7 +4,6 @@ services:
build: . build: .
links: links:
- db:db - db:db
- cache:cache
- mailhog:mail - mailhog:mail
volumes: volumes:
- .containers/map/static:/app/static - .containers/map/static:/app/static
@ -34,9 +33,6 @@ services:
- 1025:1025 - 1025:1025
- 8025:8025 - 8025:8025
cache:
image: memcached:1.4
volumes: volumes:
weblate-data: weblate-data:
postgres-data-volume: postgres-data-volume: