mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 23:13:08 +00:00
12 lines
295 B
YAML
12 lines
295 B
YAML
|
|
services:
|
||
|
|
codex-node1:
|
||
|
|
# image: codexstorage/nim-codex:sha-82b0399
|
||
|
|
build:
|
||
|
|
context: ..
|
||
|
|
dockerfile: docker/Dockerfile
|
||
|
|
environment:
|
||
|
|
- CODEX_LOG_LEVEL=${CODEX_LOG_LEVEL:-TRACE}
|
||
|
|
- CODEX_METRICS=${CODEX_METRICS:-false}
|
||
|
|
ports:
|
||
|
|
- 8080:8080/tcp # REST API
|