feat: add docker-compose support (#1257)

This commit is contained in:
Alex 2023-01-17 21:04:53 +08:00 committed by GitHub
parent fd662b8864
commit 53b37a1cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

7
docker-compose.yaml Normal file
View file

@ -0,0 +1,7 @@
services:
elk:
build:
context: .
dockerfile: Dockerfile
ports:
- 5314:5314