diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index 0bd9c0b..7f0fbb0 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -168,6 +168,9 @@ "signUpFailed": "Sign up failed", "signUpSuccess": "Account created — check your email to verify", "continueWithGoogle": "Continue with Google", + "continueWithGithub": "Continue with GitHub", + "continueWithDiscord": "Continue with Discord", + "continueWithAuthentik": "Continue with Authentik", "email": "Email", "emailPlaceholder": "you@example.com", "password": "Password", diff --git a/apps/web/messages/fr.json b/apps/web/messages/fr.json index e611b1f..8c670cc 100644 --- a/apps/web/messages/fr.json +++ b/apps/web/messages/fr.json @@ -116,6 +116,9 @@ "signUpSubtitle": "Commencez à construire votre bibliothèque de recettes", "signUpLoading": "Création du compte…", "continueWithGoogle": "Continuer avec Google", + "continueWithGithub": "Continuer avec GitHub", + "continueWithDiscord": "Continuer avec Discord", + "continueWithAuthentik": "Continuer avec Authentik", "email": "E-mail", "emailPlaceholder": "vous@exemple.fr", "password": "Mot de passe", diff --git a/docker/compose.yml b/docker/compose.yml index a1cca0d..363933a 100644 --- a/docker/compose.yml +++ b/docker/compose.yml @@ -20,7 +20,7 @@ services: image: redis:7-alpine restart: unless-stopped ports: - - "6379:6379" + - "6380:6379" volumes: - redis_data:/data command: redis-server --save 60 1