From 2f66d8455bd90b0466275b1af216a57f579bf065 Mon Sep 17 00:00:00 2001
From: askiiart <dev@askiiart.net>
Date: Fri, 24 Jan 2025 16:50:53 -0600
Subject: [PATCH] update podman compose

---
 podman-compose.example.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/podman-compose.example.yml b/podman-compose.example.yml
index 3753ab5..401c40d 100644
--- a/podman-compose.example.yml
+++ b/podman-compose.example.yml
@@ -1,14 +1,15 @@
 services:
   postgres:
     image: 'docker.io/library/postgres:17-alpine'
+    container_name: 'gregory-pg'
     environment:
-      POSTGRES_PASSWORD: 'ChangeMeeeeeeeeeeeeee'
       # 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:
-        - './gregory-pg:/var/lib/postgresql/data'
-      ports:
-        - '5432:5432'
+      POSTGRES_PASSWORD: 'pass'
+    volumes:
+      - './dev/gregory-pg:/var/lib/postgresql/data'
+
+# TODO: Add gregory docker
\ No newline at end of file