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: 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