Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
version: '3'
services:
octorpki:
build: ./octorpki
ports:
- '8081:8080'
volumes:
- octorpki-storage:/cache
gortr:
image: cloudflare/gortr:latest
ports:
- '8282:8282'
- '8283:8283'
command: -cache http://octorpki:8080/output.json -verify=false -metrics.addr :8283
depends_on:
- octorpki
volumes:
octorpki-storage: