tech.lbry.org/docker-compose.yml

9 lines
No EOL
172 B
YAML

services:
lbry-tech:
build:
context: ./
dockerfile: Dockerfile
ports:
- ${PORT:-8080}:8080
environment:
- GITHUB_TOKEN=${GITHUB_TOKEN}