From 4b4400bcbf180632941da830316f26c6abc7f2c3 Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 20 Apr 2024 10:37:23 +0300 Subject: [PATCH] db cyling --- strava.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/strava.yml b/strava.yml index c924230..275e03c 100644 --- a/strava.yml +++ b/strava.yml @@ -25,6 +25,11 @@ spec: containers: - name: cycle-backend image: gitea.webart-tech.ru/webart/strava-backend/platformer:f4cebb4d0068059110c3607c1ebca2ed5e775874 + env: + - 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" ports: - containerPort: 8000