added postgres support

This commit is contained in:
Brian Bjarke Jensen
2025-11-11 15:16:24 +01:00
parent 7c602c8da7
commit 65655db034
10 changed files with 83 additions and 40 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ COPY pyproject.toml README.md ./
COPY src/ ./src/
# Install Python dependencies including all optional dependencies
# This makes the image self-contained and ready for any configuration
# This makes the image self-contained and ready for any configuration:
# - Redis support (redis extra)
# - PostgreSQL support (postgres extra)
RUN uv sync --no-dev --all-extras
# Add virtual environment to PATH