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