An docker image for the Necesse Server, made by drifty
The official images do not exist, so I created a Dockerfile and other related files to create the docker image. Useful for anyone who wants to run a Necesse server containerized.
How to use: -
- Download the compose.yml file.
- Edit the
SERVER_OPTSand possiblyJAVA_OPTSenironment variables according to what your system can handle. - Run
docker compose up -d. - Run
docker logs -f necesse-serverif you want to see the logs. - Run
docker attach necesse-serverif you want to do stuff in the server console, and useCntl + PandCntl + Qto detach from the container after you are done. - Voila your server is running on port 14159 (unless you changed it in the compose file).
- Remember, you need to manage port forwarding etc. yourself if you want this server to be joinable from the internet, this docker image doesn't deal with any of that.