mirror of https://github.com/abpframework/abp.git
1 changed files with 7 additions and 3 deletions
@ -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…
Reference in new issue