Skip to content

Commit

Permalink
Create start_airflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
karimosman89 authored Sep 21, 2024
1 parent 63841bd commit de52064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/start_airflow.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
# Start Airflow with Docker Compose
echo "Starting Apache Airflow..."
docker-compose -f airflow/docker-compose.yaml up -d
echo "Apache Airflow started!"

0 comments on commit de52064

Please sign in to comment.