From 71abab5778329ea4df1a66a182731f5fc2e1b1fe Mon Sep 17 00:00:00 2001 From: Otho Ulrich Date: Sat, 16 Jul 2022 02:59:54 -0400 Subject: [PATCH] Trying different env format for gitea config. --- docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 36fce3e..875e3b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,13 +23,13 @@ services: - GITEA__database__NAME=gitea - GITEA__database__USER=gitea - GITEA__database__PASSWD=gitea - - GITEA__repository__ENABLE_PUSH_CREATE_USER=true - - GITEA__repository__ENABLE_PUSH_CREATE_ORG=true - - GITEA__repository__signing__SIGNING_KEY=default - - GITEA__repository__signing__INITIAL_COMMIT=pubkey - - GITEA__repository__signing__WIKI=pubkey - - GITEA__repository__signing__CRUD_ACTIONS=pubkey - - GITEA__repository__signing__MERGES=pubkey,commitssigned + - GITEA__repository.ENABLE_PUSH_CREATE_USER=true + - GITEA__repository.ENABLE_PUSH_CREATE_ORG=true + - GITEA__repository.signing__SIGNING_KEY=default + - GITEA__repository.signing__INITIAL_COMMIT=pubkey + - GITEA__repository.signing__WIKI=pubkey + - GITEA__repository.signing__CRUD_ACTIONS=pubkey + - GITEA__repository.signing__MERGES=pubkey,commitssigned - VIRTUAL_HOST=code.othoulrich.com - VIRTUAL_PORT=3000 - LETSENCRYPT_HOST=code.othoulrich.com