From 6d46dea47ff48fab11645f6b423f934b4ef580da Mon Sep 17 00:00:00 2001 From: askiiart <askiiart@noreply.localhost> Date: Wed, 22 Jan 2025 03:13:19 +0000 Subject: [PATCH] oopsies --- docker-compose.example.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docker-compose.example.yml diff --git a/docker-compose.example.yml b/docker-compose.example.yml deleted file mode 100644 index c991e2c..0000000 --- a/docker-compose.example.yml +++ /dev/null @@ -1,14 +0,0 @@ -services: - postgres: - image: "docker.io/library/postgres:17-alpine" - environment: - - POSTGRES_PASSWORD=ReplaceMeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee - # if there's already a he/him gregory down the hall, then change it to `gregory_it_its`, to make sure you know it's gregory, the program, not gregory the he/him down the hall - # ig if there's an it/its gregory already then they just have to change their name to Its Majesty Queen Henry the Eighth - # oops sorry it/its gregory down the hall, correction: it just has to changes its name - - POSTGRES_USER=gregory - - POSTGRES_DB=gregory - volumes: - - "./data:/var/lib/postgresql/data" - ports: - - 9001:5432