Coldfusion server docker on M1 MacBook Pro

@joshuacurtiss

I’m liking where this is going. I’ve had issues with setting up my dev environment. I have an environment where I have multiple subdomains for my app that rely on each other (EX api, data, manager, etc) Historically we’ve used apache to handle the traffic between each subdomain.

With Docker and Commandbox I assume we need to setup a separate instance for each subdomain? And this can all be set up using a docker compose file.

Also we have a com folder that holds communal CFCs. Would each instance need to have a mapping to that same folder?

Thank you in advance.