Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dnyaneshwargiri/hashicorp-nomad

A custom Node Js app running in Hashicorp Nomad
https://github.com/dnyaneshwargiri/hashicorp-nomad

Last synced: about 1 month ago
JSON representation

A custom Node Js app running in Hashicorp Nomad

Awesome Lists containing this project

README

        

## Get Started

Simply do

`yarn install && yarn build`

`nomad run instagram-post.nomad.hcl`

Check Nomad web UI on `https://localhost:4646`

Verify if node js application is running successfully via Nomad

`https://localhost:3000`

For detailed commands refer [`commands`](https://github.com/dnyaneshwargiri/hashicorp-nomad/blob/main/commands) file.

![Nomad Web UI](https://github.com/dnyaneshwargiri/hashicorp-nomad/blob/main/screenshots/1.png)
![Consul Web UI](https://github.com/dnyaneshwargiri/hashicorp-nomad/blob/main/screenshots/2.png)
![NodeJS App](https://github.com/dnyaneshwargiri/hashicorp-nomad/blob/main/screenshots/3.png)