We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9d991 commit 865f68dCopy full SHA for 865f68d
fastapi_template/template/{{cookiecutter.project_name}}/docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
kafka:
44
condition: service_healthy
45
{%- endif %}
46
- {%- if cookiecutter.enable_migrations == 'True' %}
+ {%- if cookiecutter.enable_migrations == 'True' and cookiecutter.orm != 'psycopg' %}
47
migrator:
48
condition: service_completed_successfully
49
0 commit comments