postgres: Add migration tracking

This commit is contained in:
Nuno Campos
2024-08-07 08:54:08 -07:00
parent fb8390e138
commit 1e237bf33a
7 changed files with 78 additions and 63 deletions
@@ -2,7 +2,7 @@ services:
postgres-test:
image: postgres:16
ports:
- "5432:5432"
- "5441:5432"
environment:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
@@ -13,4 +13,4 @@ services:
timeout: 1s
retries: 5
interval: 60s
start_interval: 1s
start_interval: 1s