diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 8ce52a0..0000000 --- a/docker-compose.yml +++ /dev/null @@ -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" -