fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 16s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 16s
This commit is contained in:
parent
dc083e1eea
commit
9c0ff0e90a
@ -5,7 +5,7 @@ services:
|
|||||||
container_name: "base"
|
container_name: "base"
|
||||||
image: "postgres:15.3-bullseye"
|
image: "postgres:15.3-bullseye"
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "127.0.0.1:5432:5432"
|
||||||
env_file:
|
env_file:
|
||||||
- "./.env.schema"
|
- "./.env.schema"
|
||||||
head:
|
head:
|
||||||
@ -13,6 +13,6 @@ services:
|
|||||||
image: "postgres:15.3-bullseye"
|
image: "postgres:15.3-bullseye"
|
||||||
restart: "always"
|
restart: "always"
|
||||||
ports:
|
ports:
|
||||||
- "5433:5432"
|
- "127.0.0.1:5433:5432"
|
||||||
env_file:
|
env_file:
|
||||||
- "./.env.schema"
|
- "./.env.schema"
|
||||||
|
Loading…
Reference in New Issue
Block a user