Example docker-compose

This commit is contained in:
benbierens 2023-07-17 11:29:27 +02:00
parent fa7ba9149e
commit 78434048b7
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 5 additions and 7 deletions

View File

@ -1,13 +1,11 @@
services:
codex-node1:
# image: codexstorage/nim-codex:sha-82b0399
dist-test-run:
build:
context: ..
dockerfile: docker/Dockerfile
environment:
- CODEXDOCKERIMAGE=thatbenbierens/nim-codex:dhting
- BRANCH="feature/docker-image-testruns"
- KUBECONFIG=kubeconfigplease
- LOGPATH="/"
- RUNNERLOCATION="ExternalToCluster"
ports:
- 8080:8080/tcp # REST API
- KUBECONFIG=/opt/kubeconfig
- LOGPATH=/opt/logs
- RUNNERLOCATION=ExternalToCluster