Is Docker Compose supported for a single node Elasticsearch setup?

For Elastic 8.0 and greater security is automatically turned on. Is there some way I can turn it off? There are a few YouTube tutorials that do exactly what I want to with Docker compose, but they were all made with pre-8.0 versions of Elastic.

I'm not building production environments. I'm doing lots of quick and dirty proofs of concept for which having all the Docker bells-and-whistles is helpful.

I'm willing to make the effort to manually set up security when it comes time to go into production, but for right now it's less important that I have security and more important that I can show my colleagues a ten-line Docker compose file and say, "See how easy that is?"