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.
![]() |
2 days ago | |
---|---|---|
cmd | 7 days ago | |
pkg | 2 days ago | |
provision | 2 years ago | |
.gitignore | 11 months ago | |
Dockerfile | 1 year ago | |
LICENSE | 2 years ago | |
Makefile | 11 months ago | |
README.md | 1 year ago | |
VERSION | 2 days ago | |
docker-compose.yml | 2 years ago | |
go.mod | 2 weeks ago | |
go.sum | 2 weeks ago | |
start.sh | 2 years ago | |
startLocal.sh | 1 year ago |
README.md
idun
DomainsProject.org HTTP worker - Docker image
Docker compose way (recommended)
- Create
.env
file with contents like this:FREYA=123
where123
is your API key. - Run
./start.sh
(will invoke docker-compose and start1
containers) - Run
docker ps
to get container id - Run
docker logs -f container_id
to confirm proper functioning
Consul
Consul is available at http://host_ip:8500/
Prometheus
Prometheus is available at http://host_ip:9090/
Grafana
Grafana is available at http://host_ip:3000/dashboards -> Idun workers
Default credentials: admin:admin
Docker run way (debugging)
docker pull tb0hdan/idun
docker run --env FREYA=123 --rm tb0hdan/idun