fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m10s

This commit is contained in:
Orion Kindel 2023-07-19 18:37:46 -05:00
parent 6d10cb30a4
commit e8e69d4790
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -6,11 +6,11 @@ services:
network_mode: 'host'
image: 'postgres:15.3-bullseye'
env_file: ['./.env.schema']
command: '-h localhost -p 5432'
command: '-p 5432'
head:
container_name: 'head'
network_mode: 'host'
image: 'postgres:15.3-bullseye'
restart: 'always'
env_file: ['./.env.schema']
command: '-h localhost -p 5433'
command: '-p 5433'