Skip to content

Commit

Permalink
shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkisse committed Sep 2, 2024
1 parent cafde4b commit bec25db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose/all-down.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cd ./airflow
docker compose down
cd ../minio-trino
docker compose down
cd ..
docker ps -a
8 changes: 8 additions & 0 deletions docker-compose/all-up.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cd ./minio-trino
docker compose pull
docker compose up -d
cd ../airflow
docker compsoe pull
docker compose up -d
cd ..
docker ps -a

0 comments on commit bec25db

Please sign in to comment.