You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB_URL=postgresql://postgres:1234@fastapi-postgres:5432/postgres # Connection string to the containerized PostgreSQL database
ALEMBIC_DB_URL=postgresql://postgres:1234@{POSTGRESQL_CONTAINER_IP}:5432/postgres # Connection string for Alembic to connect to the database (because it runs outside the container, it can't translate the hostname fastapi-postgres to an IP address)