mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #708 from omnivore-app/fix/docker-compose
Fix docker-compose migrate service env
This commit is contained in:
commit
022ce9427e
1 changed files with 5 additions and 3 deletions
|
|
@ -28,12 +28,14 @@ services:
|
|||
- PG_USER=postgres
|
||||
- PG_PASSWORD=postgres
|
||||
- PG_DB=omnivore
|
||||
- ES_URL=http://elastic:9200
|
||||
- ES_USERNAME=blank
|
||||
- ES_PASSWORD=blank
|
||||
- ELASTIC_URL=http://elastic:9200
|
||||
- ELASTIC_USERNAME=blank
|
||||
- ELASTIC_PASSWORD=blank
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
elastic:
|
||||
condition: service_healthy
|
||||
|
||||
elastic:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue