initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose -p coredns-netbox-plugin-dns -f ./.testing/docker-compose.yml up -d && \
|
||||
|
||||
until [[ "`docker inspect -f {{.State.Health.Status}} coredns-netbox-plugin-dns-netbox-1`" == "healthy" ]]; do
|
||||
echo "Waiting for Netbox to come online..."
|
||||
sleep 5;
|
||||
done && \
|
||||
|
||||
go run ./.testing/init/init.go
|
||||
Reference in New Issue
Block a user