Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/appspec.yml

20 lines
444 B

version: 0.0
os: linux
files:
- source: .
destination: /opt/app
hooks:
ApplicationStop:
- location: bin/deployment/stop
timeout: 300
AfterInstall:
- location: bin/deployment/build
ApplicationStart:
- location: bin/deployment/migrate
runas: ec2-user
timeout: 300
- location: bin/deployment/start
timeout: 3600
ValidateService:
- location: bin/deployment/health_check
timeout: 3600