Skip to content

Commit

Permalink
No default consdb URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel committed Jan 28, 2025
1 parent 73e82d9 commit cb89793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/Dockerfile.alembic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12-slim
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV CONSDB_URL="postgresql://postgres:${POSTGRES_PASSWORD:-qY3n29w0uuap}@172.17.0.1:5432/postgres"
ENV CONSDB_URL=""
ENV SDM_SCHEMAS_DIR="/sdm_schemas"

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit cb89793

Please sign in to comment.