penelitian scheduler

This commit is contained in:
Power BI Dev
2026-07-18 22:29:29 +07:00
parent d21fac69aa
commit c6edee7aeb
5 changed files with 739 additions and 0 deletions
+10
View File
@@ -35,6 +35,16 @@ services:
- PYTHONPATH=/opt/airflow
- AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow
- AIRFLOW__CORE__EXECUTOR=LocalExecutor
# koneksi DB dashboard akreditasi + SerpAPI (nilai di-set di Coolify UI)
- DB_HOST=${DB_HOST:-host.docker.internal}
- DB_PORT=${DB_PORT:-7891}
- DB_USER=${DB_USER:-root}
- DB_PASS=${DB_PASS}
- DB_NAME=${DB_NAME:-informatika}
- SERPAPI_KEY=${SERPAPI_KEY}
- SERPAPI_MAX_REQUESTS=${SERPAPI_MAX_REQUESTS:-90}
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- airflow_logs:/opt/airflow/logs
- airflow_plugins:/opt/airflow/plugins