change DB IP

This commit is contained in:
artem 2024-05-04 10:25:11 +03:00
parent 5fc13d25f0
commit 028daa0876
1 changed files with 1 additions and 1 deletions

View File

@ -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