db cyling
This commit is contained in:
parent
c827725f01
commit
4b4400bcbf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue