diff --git a/backend/alembic.ini b/backend/alembic.ini index 4a86e2c..e957eed 100644 --- a/backend/alembic.ini +++ b/backend/alembic.ini @@ -64,7 +64,7 @@ version_path_separator = os # output_encoding = utf-8 # sqlalchemy.url = driver://user:pass@localhost/dbname -sqlalchemy.url = postgresql://maia:maia@localhost:5432/maia +sqlalchemy.url = postgresql://maia:maia@db:5432/maia [post_write_hooks] # post_write_hooks defines scripts or Python functions that are run diff --git a/backend/alembic/__pycache__/env.cpython-312.pyc b/backend/alembic/__pycache__/env.cpython-312.pyc index 6c6a35e..7f0a517 100644 Binary files a/backend/alembic/__pycache__/env.cpython-312.pyc and b/backend/alembic/__pycache__/env.cpython-312.pyc differ