check in display image using api now
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
PGADMIN_DEFAULT_EMAIL: postgres@domain.com
|
||||
PGADMIN_DEFAULT_PASSWORD: Positive~1
|
||||
ports:
|
||||
- "5050:80"
|
||||
- "5050:5050"
|
||||
networks:
|
||||
- dev
|
||||
familytreeui:
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
build:
|
||||
context: UI
|
||||
dockerfile: Dockerfile
|
||||
container_name: workui
|
||||
container_name: familytreeui
|
||||
volumes:
|
||||
- ./:/app
|
||||
networks:
|
||||
@@ -54,8 +54,7 @@ services:
|
||||
environment:
|
||||
- "Logging:Microsoft.AspNetCore.DataProtection:None"
|
||||
- "AppSettings:SQLConnectionString=host=postgresdb;database=FamilyTreeDB;username=postgres;password=Positive~1"
|
||||
volumes:
|
||||
- myapikey:/home/app/.aspnet/DataProtection-Keys
|
||||
|
||||
ports:
|
||||
- "8080:8080"
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user