Fix deployment issues

This commit is contained in:
Tanguy Duhamel
2025-09-30 15:18:53 +02:00
parent 724064dfaa
commit 833963e5dd
30 changed files with 4 additions and 14073 deletions
+3 -1
View File
@@ -152,7 +152,9 @@ services:
chmod 755 /prefect-storage &&
echo '{\"insecure-registries\": [\"registry:5000\", \"localhost:5001\", \"host.docker.internal:5001\"]}' > /tmp/docker/config.json &&
pip install 'prefect[docker]' &&
prefect worker start --pool docker-pool
echo 'Waiting for backend to create work pool...' &&
sleep 15 &&
prefect worker start --pool docker-pool --type docker
"
volumes:
- prefect_storage:/prefect-storage # Access to shared storage for results