github-webhook-filter/docker-compose.yml

14 lines
273 B
YAML

version: '3'
services:
main:
image: shiftinv/github-webhook-filter
build: .
restart: unless-stopped
env_file: .env
environment:
HOSTNAME: "0.0.0.0"
PORT: "${PORT:-8080}"
ports:
- '${ADDR:-127.0.0.1}:${PORT:-8080}:${PORT:-8080}'