File tree Expand file tree Collapse file tree 6 files changed +0
-63
lines changed
Expand file tree Collapse file tree 6 files changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ DATABASE_PORT="5432"
1313# DATABASE_SSL_CONNECTION="disabled"
1414DATABASE_USER = " dariah-knowledge-base"
1515
16- DRIZZLE_GATEWAY_PORT = " 4984"
17-
18- PGADMIN_DEFAULT_EMAIL = " acdh@example.com"
19- PGADMIN_DEFAULT_PASSWORD = " d3d30e8b63a08c901eff8e1cde2b73be"
20- PGADMIN_PORT = " 5555"
21-
2216# =================================================================================================
2317# search index
2418# =================================================================================================
Original file line number Diff line number Diff line change 33 "dockerComposeFile" : [
44 " docker-compose.postgres.yaml" ,
55 " docker-compose.apps.yaml" ,
6- " docker-compose.drizzle-gateway.yaml" ,
76 " docker-compose.minio.yaml" ,
87 " docker-compose.imgproxy.yaml" ,
98 " docker-compose.mailpit.yaml" ,
10- " docker-compose.pgadmin.yaml" ,
119 " docker-compose.typesense.yaml"
1210 ],
1311 "service" : " app" ,
3533 3001 ,
3634 3002 ,
3735 3003 ,
38- " drizzle-gateway:4984" ,
3936 " imgproxy:8080" ,
4037 " mailpit:1025" ,
4138 " mailpit:8025" ,
4239 " minio:9000" ,
4340 " minio:9001" ,
44- " pgadmin:5555" ,
4541 " postgres:5432" ,
4642 " typesense:8108" ,
4743 " typesense-dashboard:5050"
5652 "3003" : {
5753 "label" : " DARIAH Knowledge Base API"
5854 },
59- "drizzle-gateway:4984" : {
60- "label" : " Drizzle UI"
61- },
6255 "imgproxy:8080" : {
6356 "label" : " Imgproxy"
6457 },
7467 "minio:9001" : {
7568 "label" : " MinIO Web UI"
7669 },
77- "pgadmin:5555" : {
78- "label" : " pgAdmin"
79- },
8070 "postgres:5432" : {
8171 "label" : " PostgreSQL"
8272 },
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -57,12 +57,6 @@ DATABASE_PORT="5432"
5757# DATABASE_SSL_CONNECTION="disabled"
5858DATABASE_USER="dariah-knowledge-base"
5959
60- DRIZZLE_GATEWAY_PORT="4984"
61-
62- PGADMIN_DEFAULT_EMAIL="acdh@example.com"
63- PGADMIN_DEFAULT_PASSWORD="d3d30e8b63a08c901eff8e1cde2b73be"
64- PGADMIN_PORT="5555"
65-
6660# =================================================================================================
6761# search index
6862# =================================================================================================
Original file line number Diff line number Diff line change @@ -57,12 +57,6 @@ DATABASE_PORT="5432"
5757# DATABASE_SSL_CONNECTION="disabled"
5858DATABASE_USER="dariah-knowledge-base"
5959
60- DRIZZLE_GATEWAY_PORT="4983"
61-
62- PGADMIN_DEFAULT_EMAIL="acdh@example.com"
63- PGADMIN_DEFAULT_PASSWORD="d3d30e8b63a08c901eff8e1cde2b73be"
64- PGADMIN_PORT="5555"
65-
6660# =================================================================================================
6761# search index
6862# =================================================================================================
You can’t perform that action at this time.
0 commit comments