1
0
forked from shaytan/rdgen

add docker

This commit is contained in:
Bryan Gerlach
2025-01-23 16:44:17 -06:00
parent 7c7217e1d4
commit d293698e00
7 changed files with 66 additions and 81 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
rdgen:
image: bryangerlach/rdgen:latest
restart: unless-stopped
environment:
SECRET_KEY: "django-insecure-!(t-!f#6g#sr%yfded9(xha)g+=!6craeez^cp+*&bz_7vdk61"
GHUSER: "github_username"
GHBEARER: "github_access_token"
GENURL: "accessible_url_of_server"
ports:
- "8000:8000"
dns:
- 8.8.8.8