Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Halil ibrahim Kalkan 9cdea28495 Write logs to elasticsearch. 7 years ago
..
applications Write logs to elasticsearch. 7 years ago
databases Restoring mssql db from backup using docker-compose 7 years ago
docs/design Write logs to elasticsearch. 7 years ago
gateways Write logs to elasticsearch. 7 years ago
k8s Increase persistent volume storage 7 years ago
microservices Write logs to elasticsearch. 7 years ago
modules/product Add a simple setting example. 7 years ago
.dockerignore Created .dockerignore file 7 years ago
DeployToKubernetes.sh Created bash script for deploying to kubernetes 7 years ago
MicroserviceDemo.sln Reorganized folders 7 years ago
README.md Update README 7 years ago
docker-compose.migrations.yml Restoring mssql db from backup using docker-compose 7 years ago
docker-compose.override.yml Ports reverted to defaults 7 years ago
docker-compose.yml Added docker-compose files 7 years ago

README.md

MicroserviceDemo

Run demo using docker-compose:

First restore mssql database

$ docker-compose -f docker-compose.yml -f docker-compose.migrations.yml run restore-database

Build and start containers

$ docker-compose up -d

Add this line to your hosts file

127.0.0.1	auth-server
  • Windows: C:\Windows\System32\Drivers\etc\hosts
  • Linux & macOS: /etc/hosts

Accessing the Web User Interfaces

  • AuthServer: http://localhost:64999
  • PublicWebsite: http://localhost:53435
  • BackendAdminApp: http://localhost:51954