Skip to content

Commit

Permalink
Fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrimaz committed Nov 27, 2023
1 parent eb7a6fd commit aef6fbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ services:
image: traefik:v2.10
restart: unless-stopped
depends_on:
fastapi:
condition: service_healthy
- fastapi
command:
- "--api.insecure=false"
- "--log.level=DEBUG"
Expand Down

0 comments on commit aef6fbe

Please sign in to comment.