mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Better default for CDN_HOST (#64)
Fixes Fedora launch error, probably others Co-authored-by: Parasprite <foalspeedahead@gmail.com>
This commit is contained in:
parent
fdc6974384
commit
5aad10b351
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ services:
|
|||
- ELASTICSEARCH_URL=http://elasticsearch:9200
|
||||
- REDIS_HOST=redis
|
||||
- DATABASE_URL=ecto://postgres:postgres@postgres/philomena_dev
|
||||
- CDN_HOST=
|
||||
- CDN_HOST=localhost
|
||||
- MAILER_ADDRESS=noreply@philomena.local
|
||||
- START_ENDPOINT=true
|
||||
working_dir: /srv/philomena
|
||||
|
|
Loading…
Reference in a new issue