Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dnyaneshwargiri/hashicorp-nomad
- Owner: dnyaneshwargiri
- Created: 2024-06-22T15:29:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T15:52:37.000Z (6 months ago)
- Last Synced: 2024-06-22T23:22:06.296Z (6 months ago)
- Language: HCL
- Homepage:
- Size: 732 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)