Trying different env format for gitea config.

This commit is contained in:
Otho Ulrich 2022-07-16 02:59:54 -04:00
parent 0a7dbb6422
commit 71abab5778
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -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