tsk-86: Postgresql version bump 18.0 (#237)

* tsk-86: Postgresql version bump 18.0

* tsk-186: Updated exposed port on docker

* tsk-186: cargo update

* tsk-186: Version bump
This commit was merged in pull request #237.
This commit is contained in:
KD
2025-11-02 17:03:14 -05:00
committed by GitHub
parent 7940527418
commit 79e909bfc0
6 changed files with 27 additions and 28 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ services:
# PostgreSQL Database Service
# --- icarus web api db ---
main_db:
image: postgres:17.5-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:18.0-alpine # Use an official Postgres image (Alpine variant is smaller)
container_name: icarus_db # Optional: Give the container a specific name
environment:
# These MUST match the user, password, and database name in the DATABASE_URL above
@@ -92,7 +92,7 @@ services:
# --- icarus web auth api db ---
auth_db:
image: postgres:17.5-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:18.0-alpine # Use an official Postgres image (Alpine variant is smaller)
container_name: icarus_auth_db # Optional: Give the container a specific name
environment:
# These MUST match the user, password, and database name in the DATABASE_URL above