doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.68k stars 115 forks source link

Multiple installation in the same account #37

Open MaxWagener opened 2 years ago

MaxWagener commented 2 years ago

Hi,

Fantastic project, the kids love it and its fun to play with it.

Do you have a hint re: CDK deploy, how to deploy multiple instances into the same account (aka bedrock + java or multiple worlds for each) - tried just to clone the repo into different directories, with separate configs/domains etc. but I think its still mixing/breaking each other. Would it be an option to include the domain name into the resource names?

Thanks,

Max

conlanpatrek commented 1 year ago

Feel like this might be as easy as setting a lot of the constants.ts file to environment variables, no? Are you open to pull requests?