Add docker #28

Merged
phoenix merged 6 commits from add_docker into devel 2025-04-11 01:07:21 +00:00
Showing only changes of commit 2e1fd2a38f - Show all commits

View File

@@ -25,7 +25,7 @@ services:
# PostgreSQL Database Service
db:
image: postgres:17-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:17.4-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