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