feat: store all migrations

This commit is contained in:
Orion Kindel
2023-07-17 15:44:40 -04:00
parent 56980bf0ce
commit f84b8ed11d
8 changed files with 60 additions and 36 deletions

View File

@@ -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"