Skip to content

Commit 7b0f104

Browse files
authored
Fixed taskiq for docker-compose.dev.yaml. (#162)
1 parent a8c3420 commit 7b0f104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_template/template/{{cookiecutter.project_name}}/deploy/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ services:
2121
command:
2222
- taskiq
2323
- worker
24-
- {{cookiecutter.project_name}}.taskiq:broker
24+
- {{cookiecutter.project_name}}.tkq:broker
2525
- --reload
2626
{%- endif %}

0 commit comments

Comments
 (0)