fix: simplify volume name

This commit is contained in:
2026-03-09 04:24:33 +07:00
parent dc527779e8
commit ae71307a70

View File

@@ -1,6 +1,6 @@
services: services:
postgres: postgres:
# run `just build postgres` first # run `just build postgres base` first
image: db-postgres:base image: db-postgres:base
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -10,7 +10,7 @@ services:
ports: ports:
- "${POSTGRES_PORT:-5432}:5432" - "${POSTGRES_PORT:-5432}:5432"
volumes: volumes:
- postgres-base-data:/var/lib/postgresql - postgres-data:/var/lib/postgresql
volumes: volumes:
postgres-base-data: postgres-data: