| App Name | Persistent Data | Exposed Webapp | Instance Count | Open in Browser |
|---|---|---|---|---|
| {{app.appName}} | {{app.hasPersistentData?'✔':''}} | {{!app.notExposeAsWebApp?'✔':''}} | {{app.instanceCount}} |
Your app is interally avilable as
srv-captain--{{app.appName}} to other Captain apps. In case of web-app, it is accessible via
http://srv-captain--{{app.appName}} from other apps.
Your app is available to public at:
http{{(app.hasDefaultSubDomainSsl?'s':'')+'://'+app.appName+'.'+rootDomain}}
Current Version: {{app.deployedVersion}}
Git Commit Hash: {{app.deployedGitHash}}
Deployed at {{app.deployedTimeStamp}}
You can deploy your app using the Captain command line tool (recommended) or via this web interface. No matter what approach you choose, you need to provide 'captain-definition' file. See docs for more details.
{{app.sourceToUpload.name}}