Update roles/build_fastapi/tasks/main.yml

This commit is contained in:
2024-02-02 17:01:51 +08:00
parent b32e400592
commit 9a32ba87e5

View File

@@ -43,10 +43,3 @@
image: "helloworld-fastapi:{{ demobackend_version }}"
ports:
- "8080:8080"
- name: wait for the api ready
wait_for:
host: 0.0.0.0
port: 8080
delay: 10
check_mode: false