feat: prepare TypeORM support for Postgres db calls
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# This file will likely be moved into the main repo soon.
|
||||
services:
|
||||
|
||||
postgres:
|
||||
image: "postgres:17.2"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_USER: "kitty"
|
||||
POSTGRES_PASSWORD: "CHANGEME"
|
||||
POSTGRES_DB: "kittyurl"
|
||||
|
||||
Reference in New Issue
Block a user