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:
Hongbo Wu 2022-12-30 14:57:22 +08:00 committed by GitHub
commit d96ddba29a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,8 @@ services:
- elastic
ports:
- "5601:5601"
profiles:
- debug
redis:
image: "redis:6.2.7"