chore: move docker-compose to main repo
All checks were successful
Build and push Docker image / build (push) Successful in 27s
All checks were successful
Build and push Docker image / build (push) Successful in 27s
This commit is contained in:
@@ -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"
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user