docker image for digitalocean netbox
7.2K
Docker image for NetBox.
Create a copy of docker-compose.example.yml
Adapt at least the following environment variables:
ALLOWED_HOSTS: accepts multiple hostnames separated using spacesSECRET_KEY: required, should be randomly generated and 50 characters or moreOptionally you can also change the database password by modifying POSTGRES_PASSWORD and DB_PASS.
Create a new superuser using the following command:
$ sudo docker-compose run --rm netbox createsuperuser
Start the service stack:
$ sudo docker-compose up -d
NetBox will be available under port 8000.
Content type
Image
Digest
Size
402.5 MB
Last updated
over 7 years ago
docker pull ajeeth/docker-netbox