Skip to content

Commit

Permalink
Added utility scripts to compose and run the application, and to stop…
Browse files Browse the repository at this point in the history
… and remove it
  • Loading branch information
alefais committed May 17, 2021
1 parent 8f5a1db commit 06a8a20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composed-docker-app-volume/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker-compose up
3 changes: 3 additions & 0 deletions composed-docker-app-volume/stop_and_remove.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker-compose down

0 comments on commit 06a8a20

Please sign in to comment.