mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1595 from omnivore-app/make-kibana-optional-in-docker-compose
Set debug profile for Kibana in docker-compose
This commit is contained in:
commit
d96ddba29a
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ services:
|
|||
- elastic
|
||||
ports:
|
||||
- "5601:5601"
|
||||
profiles:
|
||||
- debug
|
||||
|
||||
redis:
|
||||
image: "redis:6.2.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue