Example docker-compose
This commit is contained in:
parent
fa7ba9149e
commit
78434048b7
|
@ -1,13 +1,11 @@
|
||||||
services:
|
services:
|
||||||
codex-node1:
|
dist-test-run:
|
||||||
# image: codexstorage/nim-codex:sha-82b0399
|
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
|
- CODEXDOCKERIMAGE=thatbenbierens/nim-codex:dhting
|
||||||
- BRANCH="feature/docker-image-testruns"
|
- BRANCH="feature/docker-image-testruns"
|
||||||
- KUBECONFIG=kubeconfigplease
|
- KUBECONFIG=/opt/kubeconfig
|
||||||
- LOGPATH="/"
|
- LOGPATH=/opt/logs
|
||||||
- RUNNERLOCATION="ExternalToCluster"
|
- RUNNERLOCATION=ExternalToCluster
|
||||||
ports:
|
|
||||||
- 8080:8080/tcp # REST API
|
|
||||||
|
|
Loading…
Reference in New Issue