mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
fix: simplify volume name
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user