mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-12 13:48:58 +02:00
feat: add read-only GitHub App access alongside OAuth
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Enable with: docker compose -f docker-compose.yml -f docker-compose.github-app.yml up -d
|
||||
# App settings are supplied through the existing .env file for both services.
|
||||
services:
|
||||
anonymous_github:
|
||||
volumes:
|
||||
- ./secrets/github-app.pem:/run/secrets/github-app.pem:ro
|
||||
streamer:
|
||||
volumes:
|
||||
- ./secrets/github-app.pem:/run/secrets/github-app.pem:ro
|
||||
Reference in New Issue
Block a user