fix: postgres version 17-alpine
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m53s

This commit is contained in:
Husanjonazamov
2026-02-12 19:34:00 +05:00
parent 2d0c9766a1
commit 93dcaaf511

View File

@@ -2,7 +2,7 @@ version: "3.8"
services: services:
postgres: postgres:
image: postgres:17.1-alpine image: postgres:17-alpine
environment: environment:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_DB=sifatbaho - POSTGRES_DB=sifatbaho