fix: Correct build directive to image in postgres service configuration

This commit is contained in:
2026-03-07 09:39:45 +07:00
parent f2d3e7551e
commit c4c0511fc3

View File

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