fix: refactor database environment variables in CI workflow for consistency #9

Merged
zwitschi merged 3 commits from feat/ci-overhaul-20251029 into main 2025-11-02 11:21:15 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c1f4902cf4 - Show all commits

View File

@@ -3,7 +3,7 @@
ARG PYTHON_VERSION=3.11-slim
ARG APT_CACHE_URL=http://192.168.88.14:3142
ARG UVICORN_WORKERS=4
ARG UVICORN_PORT=8000
ARG UVICORN_PORT=8003
FROM python:${PYTHON_VERSION} AS builder
ARG APT_CACHE_URL

View File

@@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
- "8003:8003"
environment:
- DATABASE_HOST=postgres
- DATABASE_PORT=5432