itzg / docker-rcon-web-admin

A Docker image that runs rcon-web-admin
MIT License
92 stars 18 forks source link

Adding multiple servers automatically? #14

Open NeoCortex97 opened 1 year ago

NeoCortex97 commented 1 year ago

Is it possible to configure multiple servers from the docker-compose file? I would like to configure multiple servers and would like to add them automagically.

itzg commented 1 year ago

Unfortunately not since those variables just get passed through according to these

https://github.com/rcon-web-admin/rcon-web-admin#environment-variables

NeoCortex97 commented 1 year ago

What a shame, but I will figure out how i can add servers automatically

TheRealAlexV commented 1 year ago

I've been setting RWA_ENV to false and just manually setting the servers up in the server.json file.