docker-minecraft-server
docker-minecraft-server copied to clipboard
Add Modlist files
Enhancement Type
Improve an existing feature
Describe the enhancement
similar to DATAPACKS_FILE, a similar variable for auto downloaded mods may be nice. DATAPACKS_FILE has the neat function that if changed, i dont have to compose up and down to apply, i can just restart the container. e.g. with MODRINTH_PROJECTS, i need to recompose the container / stack.
MODRINTH_PROJECTS_FILE would be nice, since its changeable like the datapack file
personal gripe: i use version control and have my modrinth stuff in a modrinth.env file. while fine since no secrets, including .env files in git always icks me a bit
I'll look into this for a MODRINTH_PROJECTS_FILE.
I don't quite understand the problem though with re-running docker compose up to reapply the changes. You mention "stacks". Is it because you're using Portainer?
I don't quite understand the problem though with re-running docker compose up to reapply the changes.
reapplying docker compose up is not really a problem, its more of a annoyance since i also use the backup containers and a caddy container for bluemap, which sometimes also restarts for some reason. also sometimes the restart fails for no reason, but thats propably a docker problem on my end
basically, my request is more about keeping things a bit cleaner, so its not really high prio
You mention "stacks". Is it because you're using Portainer?
nah, i use docker swarm on some stuff, so stack just stick