@ -3,4 +3,7 @@ version: '3.7'
services:
redis:
ports:
- "6379:6379"
postgresql:
- "5432:5432"
@ -5,7 +5,15 @@ services:
image: redis:6.0.10-alpine
networks:
- eventhub-network
image: postgres
restart: always
environment:
POSTGRES_USER: "root"
POSTGRES_PASSWORD: "root"
eventhub-network:
external: true
@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"Default": "Host=localhost;Database=EventHub;Username=postgres;Password=1q2w3E*"
"Default": "Host=localhost;Database=EventHub;Username=root;Password=root;Port=5432"
},
"Redis": {
"Configuration": "127.0.0.1"
{
"IdentityServer": {
"Clients": {
@ -3,7 +3,7 @@
"CorsOrigins": "https://*.EventHub.com,https://localhost:44307,https://localhost:44308"
@ -5,7 +5,7 @@
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307"