mirror of
https://asciireactor.com/otho/industry-website.git
synced 2024-11-24 14:15:07 +00:00
Trying different env format for gitea config.
This commit is contained in:
parent
0a7dbb6422
commit
71abab5778
@ -23,13 +23,13 @@ services:
|
|||||||
- GITEA__database__NAME=gitea
|
- GITEA__database__NAME=gitea
|
||||||
- GITEA__database__USER=gitea
|
- GITEA__database__USER=gitea
|
||||||
- GITEA__database__PASSWD=gitea
|
- GITEA__database__PASSWD=gitea
|
||||||
- GITEA__repository__ENABLE_PUSH_CREATE_USER=true
|
- GITEA__repository.ENABLE_PUSH_CREATE_USER=true
|
||||||
- GITEA__repository__ENABLE_PUSH_CREATE_ORG=true
|
- GITEA__repository.ENABLE_PUSH_CREATE_ORG=true
|
||||||
- GITEA__repository__signing__SIGNING_KEY=default
|
- GITEA__repository.signing__SIGNING_KEY=default
|
||||||
- GITEA__repository__signing__INITIAL_COMMIT=pubkey
|
- GITEA__repository.signing__INITIAL_COMMIT=pubkey
|
||||||
- GITEA__repository__signing__WIKI=pubkey
|
- GITEA__repository.signing__WIKI=pubkey
|
||||||
- GITEA__repository__signing__CRUD_ACTIONS=pubkey
|
- GITEA__repository.signing__CRUD_ACTIONS=pubkey
|
||||||
- GITEA__repository__signing__MERGES=pubkey,commitssigned
|
- GITEA__repository.signing__MERGES=pubkey,commitssigned
|
||||||
- VIRTUAL_HOST=code.othoulrich.com
|
- VIRTUAL_HOST=code.othoulrich.com
|
||||||
- VIRTUAL_PORT=3000
|
- VIRTUAL_PORT=3000
|
||||||
- LETSENCRYPT_HOST=code.othoulrich.com
|
- LETSENCRYPT_HOST=code.othoulrich.com
|
||||||
|
Loading…
Reference in New Issue
Block a user