16 lines
330 B
YAML
16 lines
330 B
YAML
|
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
|