Removed unused env var in dev.yml

This commit is contained in:
Eliot Berriot 2019-03-13 10:26:00 +01:00
parent 0254fd9c6a
commit 6eee1bd771
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ services:
- "FUNKWHALE_PROTOCOL=${FUNKWHALE_PROTOCOL-http}"
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0"
- "FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/"
links:
- postgres