From 028daa08769072d3c03e58a95bf3550cfa06cec0 Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 4 May 2024 10:25:11 +0300 Subject: [PATCH] change DB IP --- strava.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strava.yml b/strava.yml index f96d7f9..00423d9 100644 --- a/strava.yml +++ b/strava.yml @@ -29,7 +29,7 @@ spec: - name: APP_PUBLIC_URL value: "https://cycle-rider.ru" - name: DB_URI - value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@147.45.144.129:5432/default_db" + value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db" ports: - containerPort: 8000