Possible to not automatically create Demo inventory, credential, etc?

Hello, I am deploying via Docker compose and I’m wondering if there is an environmental variable or something that can be passed in order to disable the pre-seeding of data. I don’t want the Demo inventory, project, credential, etc.

Is there a trivial way to stop these from getting automatically created?

Thanks!

Matt Hickok (matthew.hickok@gmail.com) said:

Hello, I am deploying via Docker compose and I'm wondering if there is an
environmental variable or something that can be passed in order to disable
the pre-seeding of data. I don't want the Demo inventory, project,
credential, etc.

Is there a trivial way to stop these from getting automatically created?

See `create_preload_data` in the installer.

Bill

I found that settings in the installer/inventory file, but I’m not sure how to make the change. I am currently building my own image based on their official image, so do I just need to grab the inventory file, make the change, and then copy it to some place via the Dockerfile? I’m a bit confused by the process.

Matt Hickok (matthew.hickok@gmail.com) said:

I found that settings in the installer/inventory file, but I'm not sure how
to make the change. I am currently building my own image based on their
official image, so do I just need to grab the inventory file, make the
change, and then copy it to some place via the Dockerfile? I'm a bit
confused by the process.

No, you change that setting when installing after you build the image -
it's an install-time setting.

Bill