Skip to content

Commit 2be1ffc

Browse files
committed
Fix dev watcher
Signed-off-by: Federico Busetti <[email protected]>
1 parent b76874f commit 2be1ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ services:
5858
context: .
5959
target: dev
6060
environment:
61+
WATCHFILES_FORCE_POLLING: true
6162
OTEL_SERVICE_NAME: "bootstrap-fastapi-dev"
6263
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector:4317"
6364
CELERY__broker_url: "redis://redis:6379/0"

0 commit comments

Comments
 (0)