Postgres update #25

Merged
phoenix merged 3 commits from postgres_update into alot_of_changes 2026-06-20 20:15:04 -04:00
Showing only changes of commit 2452302a53 - Show all commits
+1 -1
View File
@@ -66,7 +66,7 @@ services:
# PostgreSQL Database Service
# --- textsender_api web api db ---
main_db:
image: postgres:18.3-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:18.4-alpine # Use an official Postgres image (Alpine variant is smaller)
container_name: textsender_api_db # Optional: Give the container a specific name
environment:
# These MUST match the user, password, and database name in the DATABASE_URL above