Skip to content

Commit d0e3613

Browse files
authored
chore: remove pgadmin and drizzle gateway from dev setup (#92)
this removes `pgadmin` and `drizzle-gateway` from the local dev setup. we may at some point want to deploy drizzle gateway, but no need to include it as local service where we have drizzle studio.
1 parent b47ba8f commit d0e3613

File tree

6 files changed

+0
-63
lines changed

6 files changed

+0
-63
lines changed

.devcontainer/.env.example

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ DATABASE_PORT="5432"
1313
# DATABASE_SSL_CONNECTION="disabled"
1414
DATABASE_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
# =================================================================================================

.devcontainer/devcontainer.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
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",
@@ -35,13 +33,11 @@
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"
@@ -56,9 +52,6 @@
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
},
@@ -74,9 +67,6 @@
7467
"minio:9001": {
7568
"label": "MinIO Web UI"
7669
},
77-
"pgadmin:5555": {
78-
"label": "pgAdmin"
79-
},
8070
"postgres:5432": {
8171
"label": "PostgreSQL"
8272
},

.devcontainer/docker-compose.drizzle-gateway.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.devcontainer/docker-compose.pgadmin.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/knowledge-base/.env.local.example

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ DATABASE_PORT="5432"
5757
# DATABASE_SSL_CONNECTION="disabled"
5858
DATABASE_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
# =================================================================================================

apps/website/.env.local.example

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ DATABASE_PORT="5432"
5757
# DATABASE_SSL_CONNECTION="disabled"
5858
DATABASE_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
# =================================================================================================

0 commit comments

Comments
 (0)