Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 342 Bytes

docker + traefik example

  • backend: a simple express api
  • app: react app requests api version from backend

before start (localy)

  • add these custom dns mapping to your /etc/hosts
127.0.0.1 app.localhost
127.0.0.1 api.localhost

to start containers run

docker-compose up -d

traefik dashboard localhost:8080