fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 17s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 17s
This commit is contained in:
parent
1652073115
commit
548f60b801
@ -4,6 +4,7 @@ services:
|
||||
base:
|
||||
container_name: "base"
|
||||
image: "postgres:15.3-bullseye"
|
||||
expose: ['5432']
|
||||
ports:
|
||||
- "5432:5432"
|
||||
env_file:
|
||||
@ -12,7 +13,9 @@ services:
|
||||
container_name: "head"
|
||||
image: "postgres:15.3-bullseye"
|
||||
restart: "always"
|
||||
expose: ['5433']
|
||||
ports:
|
||||
- "5433:5432"
|
||||
- "5433:5433"
|
||||
command: '-p 5433'
|
||||
env_file:
|
||||
- "./.env.schema"
|
||||
|
Loading…
Reference in New Issue
Block a user