mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #259 from omnivore-app/fix/docker-compose-elastic
Add ELASTIC_URL env var to docker-compose
This commit is contained in:
commit
504e20f926
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ services:
|
|||
- PG_DB=omnivore
|
||||
- PG_PORT=5432
|
||||
- PG_POOL_MAX=20
|
||||
- ELASTIC_URL=http://elastic:9200
|
||||
- IMAGE_PROXY_URL=http://localhost:9999
|
||||
- IMAGE_PROXY_SECRET=some-secret
|
||||
- JWT_SECRET=some_secret
|
||||
|
|
|
|||
Loading…
Reference in a new issue