added docker as an example
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
services:
|
||||
testdata:
|
||||
image: result/latest
|
||||
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
|
||||
environment:
|
||||
TESTDATA_HOST: 0.0.0.0
|
||||
TESTDATA_PORT: 1234
|
||||
TESTDATA_CONFIG: ./config.json
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
- ./db.json:/app/db.json
|
||||
- ./log.jsonl:/app/log.jsonl
|
Reference in New Issue
Block a user