refactor: moved to folder {{db}/{{variant}} instead of {{db}}-{{variant}}/

This commit is contained in:
2026-03-09 04:11:51 +07:00
parent 4b783457d0
commit dc527779e8
4 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ services:
ports:
- "${POSTGRES_PORT:-5432}:5432"
volumes:
- postgres-data:/var/lib/postgresql
- postgres-base-data:/var/lib/postgresql
volumes:
postgres-data:
postgres-base-data: