еще баги и документирование сделанного

This commit is contained in:
2026-01-09 12:41:36 +03:00
parent 5668edeb7b
commit c3b2050cc4
5 changed files with 112 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ services:
env_file: .env
environment:
<<: *airflow-env
command: airflow webserver
command: bash -lc "rm -f /opt/airflow/airflow-webserver.pid && exec airflow webserver"
ports:
- "8080:8080"
volumes: