Categorygithub.com/8thgencore/microservice-auth
module
0.0.0-20250115122641-6b843c781f7b
Repository: https://github.com/8thgencore/microservice-auth.git
Documentation: pkg.go.dev

# README

microservice-auth

  1. Read .env file to environments
export $(xargs < .env.local)

ENV is used then as a config name. Possible ENV values are now stage and prod as these configs are now in the repository.

  1. Make sure docker network service-net is in place for microservices communication. If none exists, then create network:
task docker:network
  1. Build image
task docker:build
  1. To deploy Auth Service:
task docker:deploy
  1. To stop Auth Service:
task docker:stop

# Packages

No description provided by the author
No description provided by the author