Hiren122 commited on
Commit
eca84a0
·
verified ·
1 Parent(s): 35a4fc3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -8
Dockerfile CHANGED
@@ -3,14 +3,15 @@ FROM kong/kong-gateway:3.13.0.0
3
  USER root
4
 
5
  # ---------- Kong Database Config (Supabase Postgres) ----------
6
- ENV KONG_DATABASE=postgres \
7
- KONG_PG_HOST=db.bwykptdnpighcqornamu.supabase.co \
8
- KONG_PG_PORT=5432 \
9
- KONG_PG_DATABASE=postgres \
10
- KONG_PG_USER=postgres \
11
- KONG_PG_PASSWORD=${KONG_PG_PASSWORD} \
12
- KONG_PG_SSL=on \
13
- KONG_PG_SSL_VERIFY=off
 
14
 
15
  # ---------- Kong Admin & Proxy ----------
16
  ENV KONG_ADMIN_LISTEN=0.0.0.0:8001 \
 
3
  USER root
4
 
5
  # ---------- Kong Database Config (Supabase Postgres) ----------
6
+ ENV KONG_DATABASE=postgres
7
+ KONG_PG_HOST=ep-proud-tree-a1vjucw4-pooler.ap-southeast-1.aws.neon.tech
8
+ KONG_PG_PORT=5432
9
+ KONG_PG_DATABASE=neondb
10
+ KONG_PG_USER=neondb_owner
11
+ KONG_PG_PASSWORD=XXXX
12
+ KONG_PG_SSL=on
13
+ KONG_PG_SSL_VERIFY=off
14
+
15
 
16
  # ---------- Kong Admin & Proxy ----------
17
  ENV KONG_ADMIN_LISTEN=0.0.0.0:8001 \