Skip to content
Snippets Groups Projects
Verified Commit cdd8f032 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed wrong hostname in dev.yml

parent cde8732d
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ services:
- C_FORCE_ROOT=true
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0"
- "FUNKWHALE_URL=http://funkwhale.test"
- "FUNKWHALE_URL=http://localhost"
volumes:
- ./api:/app
- ./data/music:/music
......@@ -66,7 +66,7 @@ services:
- "DJANGO_SECRET_KEY=dev"
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0"
- "FUNKWHALE_URL=http://funkwhale.test"
- "FUNKWHALE_URL=http://localhost"
links:
- postgres
- redis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment