Sign inSign up

nopatience/auth

By nopatience

Updated over 7 years ago

Auth service

Image
0

286

nopatience/auth repository overview

Auth-Service

Authentication service

Commands

  • Manually build image docker build -t auth_dev .
  • Launch container on the bus network for development purposes docker run -it --rm --name auth_dev --network bus auth_dev
    • Potential Error: If the bus network has not yet been created docker network create bus
      • You can check whether the bus network has been created with docker network list
    • This will use the rabbitmq host name and the default rabbitmq port
  • Add, commit, push: git add .; git commit -m "Fixed bugs"; git push

Running in IDE (Such as PyCharm)

Tag summary

Content type

Image

Digest

Size

366.7 MB

Last updated

over 7 years ago

docker pull nopatience/auth