Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 92a2ad5

Browse files
Merge pull request #6 from brunohbrito/1.2.1
rename docker file, for better understanding.
2 parents 0352f46 + 8e624c9 commit 92a2ad5

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Wanna try? As easy as:
4343
Written in ASP.NET Core and Angular 6.
4444
The main goal of project is to be a Management Ecosystem for IdentityServer4. Helping Startup's and Organization to Speed Up the Setup of User Management. Helping teams and entrepreneurs to achieve the company's primary purpose: Maximize shareholder value.
4545

46-
- Angular 6
46+
- Angular 7
4747
- Rich UI interface
4848
- ASP.NET Core 2.2
4949
- ASP.NET MVC Core
5050
- ASP.NET WebApi Core
5151
- ASP.NET Identity Core
5252
- MySql Ready
5353
- Sql Ready
54-
- Entity Framework Core 2.0
54+
- Entity Framework Core 2.2
5555
- .NET Core Native DI
5656
- AutoMapper
5757
- FluentValidator
@@ -100,6 +100,17 @@ We'll love it! Please [Read the docs](https://jp-project.readthedocs.io/en/lates
100100
If you need help building or running your Jp Project platform
101101
There are several ways we can help you out.
102102

103+
## v1.2
104+
105+
- Docker support
106+
- IdentityServer4 v2 (release 2.4.0)
107+
- Device flow
108+
- ASP.NET Core 2.2 support
109+
- Plugins update
110+
- Angular 7.2
111+
112+
Check [Changelog.md](https://github.com/brunohbrito/JP-Project/blob/master/CHANGELOG.md) for a complete list of changes.
113+
103114
## v1.1
104115
- Minor bugs correction
105116
- Added localization feature to SSO

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ services:
3939
# # Management API
4040
# #############################
4141
jpproject-api:
42-
container_name: jpproject-api
42+
image: jpproject-api
4343
build:
4444
context: .
45-
dockerfile: user-management.dockerfile
45+
dockerfile: api.dockerfile
4646
ports:
4747
- "5003:80"
4848
depends_on:
@@ -58,7 +58,7 @@ services:
5858
# User management UI
5959
#############################
6060
user-ui:
61-
container_name: jpproject-user-management-ui
61+
image: jpproject-user-management-ui
6262
build:
6363
context: .
6464
dockerfile: ui-user-management.dockerfile
@@ -72,7 +72,7 @@ services:
7272
# Admin Ui
7373
#############################
7474
admin-ui:
75-
container_name: jpproject-admin-ui
75+
image: jpproject-admin-ui
7676
build:
7777
context: .
7878
dockerfile: admin-ui.dockerfile

0 commit comments

Comments
 (0)