This commit is contained in:
Alex55 2026-03-27 15:02:23 +02:00
parent 93d7c7a41b
commit ac893dc814
1 changed files with 1 additions and 6 deletions

View File

@ -16,7 +16,6 @@ services:
# 🎯 AUTO-RELOAD НАСТРОЙКИ
develop:
watch:
# Синхронизация файлов без пересборки
- action: sync
path: ./
target: /app
@ -25,11 +24,7 @@ services:
- '*.pyc'
- .git/
- .venv/
# Перезапуск при изменении .py файлов
- action: rebuild
path: pyproject.toml
ignore:
- uv.lock
volumes:
app_
# ✅ УБРАЛ ЛИШНЮЮ СЕКЦИЮ volumes ВНИЗУ — она не нужна для bind mount