Sign inSign up

matheusvict/naming-server

By matheusvict

Updated about 3 years ago

Eureka server for erudio microservice

Image
0

336

matheusvict/naming-server repository overview

Eureka server from Erudio microservices

usage:
  • on terminal:
docker run -p 8761:8761 matheusvict/naming-server
  • on docker-compose.yml:
naming-server:
    image: matheusvict/naming-server:latest
    # you should run 8761 because the other applications find for it there
    ports:
      - 8761:8761
    networks:
      - erudio-network
networks:
  erudio-network:
    driver: bridge

Contact:

github

Tag summary

Content type

Image

Digest

sha256:82d243950

Size

138.4 MB

Last updated

about 3 years ago

docker pull matheusvict/naming-server