Browse Source

Updated README

pull/818/head
Atakan Özceviz 7 years ago
parent
commit
e10dfaa586
  1. 10
      samples/MicroserviceDemo/README.md

10
samples/MicroserviceDemo/README.md

@ -1,14 +1,18 @@
# MicroserviceDemo
Run demo using docker-compose:
First restore mssql database:
First restore mssql database
```sh
$ docker-compose -f docker-compose.yml -f docker-compose.migrations.yml run restore-database
```
Build and start containers:
```sh
$ docker-compose up -d
```
```
### Accessing the Web User Interfaces
- AuthServer: `http://127.0.0.1:65999`
- PublicWebsite: `http://127.0.0.1:67999`
- BackendAdminApp: `http://127.0.0.1:67997`
Loading…
Cancel
Save