diff --git a/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 b/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 index 55562ed..1894f67 100644 --- a/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 +++ b/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 @@ -18,5 +18,7 @@ services: - OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }} - OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }} - OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }} + - HCAPTCHA_SITE_KEY={{ hcaptcha_site_key }} + - HCAPTCHA_SECRET={{ hcaptcha_secret }} volumes: - ./db:/app/db diff --git a/secrets.txt b/secrets.txt index f09cced..62d20b4 100644 --- a/secrets.txt +++ b/secrets.txt @@ -12,3 +12,5 @@ drone_gitea_client_secret drone_rpc_secret hatecomputers_club_oauth2_client_id hatecomputers_club_oauth2_client_secret +hcaptcha_site_key +hcaptcha_secret