Skip to content

Commit

Permalink
Create appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Jul 18, 2023
1 parent 6459057 commit 85d281f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 0.0
os: linux

hooks:
ApplicationStop:
- location: scripts/stop_container.sh
timeout: 300
runas: root
AfterInstall:
- location: scripts/start_container.sh
timeout: 300
runas: root

0 comments on commit 85d281f

Please sign in to comment.