From 2c895927f64692faf276b690b80d59138f21a0b0 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:36:23 +0200 Subject: [PATCH] Add missing comments --- templates/compose/supertokens-with-mysql.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/compose/supertokens-with-mysql.yaml b/templates/compose/supertokens-with-mysql.yaml index 50a632647..9a00ddb34 100644 --- a/templates/compose/supertokens-with-mysql.yaml +++ b/templates/compose/supertokens-with-mysql.yaml @@ -1,3 +1,9 @@ +# documentation: https://supertokens.com/docs/guides +# slogan: An open-source authentication solution that simplifies the implementation of secure user authentication and session management for web and mobile applications. +# tags: supertokens,login,authentication,authorization,oauth,user-management,session-management,access-control,otp,magic-link,passwordless +# logo: svgs/supertokens.svg +# port: 3567 + services: supertokens: image: 'registry.supertokens.io/supertokens/supertokens-mysql:latest'