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

This commit is contained in:
2026-03-08 18:16:05 +07:00
parent ef49c9685a
commit 0ca89c0417

View File

@@ -1,7 +1,7 @@
services: services:
postgres: postgres:
# run `just build postgres` first # run `just build postgres` first
image: db-postgres:latest image: db-postgres:base
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres} POSTGRES_USER: ${POSTGRES_USER:-postgres}