This commit is contained in:
Elizabeth Hunt 2024-03-29 18:36:00 -04:00
parent 5e87f20ab8
commit 50f053e7db
2 changed files with 4 additions and 0 deletions

View File

@ -18,5 +18,7 @@ services:
- OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }} - OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }}
- OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }} - OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }}
- OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }} - OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }}
- HCAPTCHA_SITE_KEY={{ hcaptcha_site_key }}
- HCAPTCHA_SECRET={{ hcaptcha_secret }}
volumes: volumes:
- ./db:/app/db - ./db:/app/db

View File

@ -12,3 +12,5 @@ drone_gitea_client_secret
drone_rpc_secret drone_rpc_secret
hatecomputers_club_oauth2_client_id hatecomputers_club_oauth2_client_id
hatecomputers_club_oauth2_client_secret hatecomputers_club_oauth2_client_secret
hcaptcha_site_key
hcaptcha_secret