feat: store all migrations
This commit is contained in:
@@ -6,8 +6,6 @@ services:
|
||||
image: "postgres:15.3-bullseye"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- "./data/base:/var/lib/postgresql/data"
|
||||
env_file:
|
||||
- "./.env.schema"
|
||||
head:
|
||||
@@ -16,7 +14,5 @@ services:
|
||||
restart: "always"
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- "./data/head:/var/lib/postgresql/data"
|
||||
env_file:
|
||||
- "./.env.schema"
|
||||
|
||||
Reference in New Issue
Block a user