Removed unused env var in dev.yml
This commit is contained in:
parent
0254fd9c6a
commit
6eee1bd771
1
dev.yml
1
dev.yml
|
@ -60,7 +60,6 @@ services:
|
||||||
- "FUNKWHALE_PROTOCOL=${FUNKWHALE_PROTOCOL-http}"
|
- "FUNKWHALE_PROTOCOL=${FUNKWHALE_PROTOCOL-http}"
|
||||||
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
|
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
|
||||||
- "CACHE_URL=redis://redis:6379/0"
|
- "CACHE_URL=redis://redis:6379/0"
|
||||||
- "FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/"
|
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
Loading…
Reference in New Issue