screepers / screeps-launcher

Launcher for the Screeps Private Server
MIT License
129 stars 34 forks source link

how to configure map-tool user and password ? #7

Closed stygmate closed 4 years ago

stygmate commented 4 years ago

I have tried adding env variable MAPTOOL_USER and MAPTOOL_PASS in docker-compose env and in config.yml env -> common. or at least how to get console output from map-tool at server launch ? (normally it print a generated password for user "admin")

AlinaNova21 commented 4 years ago

The config.yml path is actually env -> shared, I've updated the sample to reflect that. Either method should work, adding via config.yml or via environment in the docker-compose.yml The output is in logs/backend.log, if a password is set via env variable, it will skip the generated password.

stygmate commented 4 years ago

thank you ! it work !