fix: update PostgreSQL image to use base variant in compose file

This commit is contained in:
2026-03-08 19:03:08 +07:00
parent 5e3ef8941f
commit bb016cbade

View File

@@ -1,6 +1,6 @@
services: services:
postgres: postgres:
image: git.fastwaydata.com/esauflores/database-postgres:latest image: git.fastwaydata.com/esauflores/db-postgres:base
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres} POSTGRES_USER: ${POSTGRES_USER:-postgres}