Skip to content

communcom/oauth-service

Repository files navigation

oauth-service

Clone the repository

git clone https://github.com/communcom/oauth-service.git
cd oauth-service

Create .env file

cp .env.example .env

Add variables

FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=

GOOGLE_CONSUMER_KEY=
GOOGLE_CONSUMER_SECRET=

APPLE_CLIENT_ID_WEB=
APPLE_CLIENT_ID_APP=
APPLE_TEAM_ID=
APPLE_KEY_ID=
APLLE_PRIVATE_KEY=

TELEGRAM_BOT_TOKEN=

Create docker-compose file

cp docker-compose.example.yml docker-compose.yml

Run

docker-compose up -d --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published