solaris-games / solaris

A HTML5 game of strategy, intrigue and galactic conquest.
https://solaris.games
GNU General Public License v3.0
183 stars 65 forks source link

Add docker support #1050

Closed ogrergo closed 2 months ago

ogrergo commented 2 months ago

I got fustrated having to setup a compatible node version, mongo install etc... so I wrote this docker compose

ogrergo commented 2 months ago

I also changed .env.example where I left DISCORD_BOT_TOKEN= with no value instead of DISCORD_BOT_TOKEN=... so it clearer that a first dev should leave this env var empty if not interrested by the discord bot.

At the moment, the api+job discord service try to initialize with ... as a token if I do cp .env.example .env

SpacialCircumstances commented 2 months ago

Thanks, looks good to me, works fine and docker support will be helpful!