First
This commit is contained in:
parent
93d7c7a41b
commit
ac893dc814
|
|
@ -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
|
||||
Loading…
Reference in New Issue