feat: env vars list for docker-compose
This commit is contained in:
parent
2b6c9ba32c
commit
d9b2eebe0e
1 changed files with 22 additions and 0 deletions
22
.env.docker-compose
Normal file
22
.env.docker-compose
Normal file
|
@ -0,0 +1,22 @@
|
|||
FORGEFLUX_debug=true
|
||||
FORGEFLUX_source_code="https://git.batsense.net/ForgeFlux/ForgeFlux"
|
||||
FORGEFLUX_allow_registration=true
|
||||
|
||||
#DATABASE_URL=
|
||||
FORGEFLUX_database_POOL=4
|
||||
|
||||
PORT=7000
|
||||
FORGEFLUX_server_DOMAIN="localhost:7000"
|
||||
#FORGEFLUX_server_COOKIE_SECRET=
|
||||
FORGEFLUX_server_IP="127.0.0.1"
|
||||
|
||||
|
||||
FORGEFLUX_forges_FORGEJO_url="https://forgejo.example.org"
|
||||
#FORGEFLUX_forges_FORGEJO_client_id=
|
||||
#FORGEFLUX_forges_FORGEJO_client_secret=
|
||||
|
||||
|
||||
FORGEFLUX_forges_GITHUB_url="https://github.com"
|
||||
FORGEFLUX_forges_GITHUB_api_url="https://api.github.com"
|
||||
#FORGEFLUX_forges_GITHUB_client_id=
|
||||
#FORGEFLUX_forges_GITHUB_client_secret=
|
Loading…
Reference in a new issue