linux/arm64
linux/amd64
Multi-arch
docker pull atcr.io/pds.dad/constellation:test
Image Size
Layers
76.5 MB
8
Pushed 1h
Vulnerabilities
Loading...
Pulls
3 total
Last pull 1h
A very experimental fork of the all mighty constellation from @bad-example.com that uses tap as a consumer
Probably want a docker compose that looks a bit like this
name: constellation
services:
constellation:
image: atcr.io/pds.dad/constellation:latest
container_name: constellation
ports:
- "6789:6789" # link query HTTP API
- "8765:8765" # prometheus metrics
volumes:
- constellation-data:/data
command:
- "--jetstream"
- "us-east-1"
- "--backend"
- "rocks"
- "--data"
- "/data"
- "--bind"
- "0.0.0.0:6789"
- "--collect-metrics"
- "--bind-metrics"
- "0.0.0.0:8765"
restart: unless-stopped
volumes:
constellation-data: