test input hiding

This commit is contained in:
Bryan Gerlach
2026-01-11 14:50:35 -06:00
parent 52682fec1d
commit 78e037c763
6 changed files with 201 additions and 154 deletions

View File

@@ -1,6 +1,7 @@
services:
rdgen:
# use bryangerlach/rdgen:latest for the latest build
#build: .
image: bryangerlach/rdgen:latest
restart: unless-stopped
environment:
@@ -8,6 +9,8 @@ services:
GHUSER: "github_username"
GHBEARER: "github_access_token"
GENURL: "accessible_url_of_server"
ZIP_PASSWORD: ""
GHBRANCH: "master"
PROTOCOL: "https"
REPONAME: "rdgen"
ports: