chore: move docker-compose to main repo
All checks were successful
Build and push Docker image / build (push) Successful in 27s

This commit is contained in:
2025-12-04 15:33:54 +01:00
parent bf6fb81a73
commit f897a3e4ce

View File

@@ -1,12 +0,0 @@
# 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"