Open SgtPooki opened 3 months ago
view logs:
> docker logs $(docker container ls | grep 'amino' | awk '{print $1}')
Enabling Kademlia DHT
Enabling Autonat
libp2p is running
PeerId 12D3KooWLYqka3mmc71uvB2TbCVpTF8dVUbgcYyjDd8UWPdxBPtn
Metrics server listening 0.0.0.0:8888/metrics
Metrics server listening 0.0.0.0:8899
libp2p listening on:
/ip4/147.75.198.229/tcp/4003/ws/p2p/12D3KooWLYqka3mmc71uvB2TbCVpTF8dVUbgcYyjDd8UWPdxBPtn
/ip4/147.75.198.229/tcp/4001/p2p/12D3KooWLYqka3mmc71uvB2TbCVpTF8dVUbgcYyjDd8UWPdxBPtn
start fresh, with all docker compose images: docker compose --profile dashboard up --force-recreate -d
FYI you may also need to chmod -R 777 config/grafana
to prevent grafana permission issues
FYI, currently, you might need to hardcode the IP address of the host in the config/grafana/datasources/prometheus.yml
and config/prometheus/prometheus.yml
files, instead of host.docker.internal, when using docker compose. We shouldn't need to do this, we need to fix docker networking
FYI, currently, you might need to hardcode the IP address of the host in the
config/grafana/datasources/prometheus.yml
andconfig/prometheus/prometheus.yml
files, instead of host.docker.internal, when using docker compose. We shouldn't need to do this, we need to fix docker networking
This was only needed because host.docker.internal is only available when not using Docker Desktop by adding extra_hosts: "host.docker.internal:host-gateway"
config in the docker-compose.yaml file.
how to get healthcheck info: