Jira Sandbox environment on Docker.
You need to add this hosts in your “hosts”-file:
# Docker Jira Sandbox
127.0.0.1 jira.internal
127.0.0.1 pgadmin.internal
127.0.0.1 nodered.internal
127.0.0.1 grafana.internal
127.0.0.1 prometheus.internal
If you are’t able to edit the “hosts”-file, use the ports..
App | Url |
---|---|
jira | http://localhost:8080 |
pgadmin | http://localhost:5050 |
nodered | http://localhost:1880 |
grafana | http://localhost:3000 |
prometheus | http://localhost:9090 |
docker-compose up -d
docker-compose pull
Use NodeRed (http://nodered.internal) for mockups of your work / testing.
For example:
Use Prometheus to pick up data every 15sec from Jira.
Use Grafana to view the data that Prometheus picks up