docker-minecraft-server icon indicating copy to clipboard operation
docker-minecraft-server copied to clipboard

Add Modlist files

Open cethien opened this issue 1 year ago • 2 comments

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

cethien avatar Sep 21 '24 09:09 cethien

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?

itzg avatar Sep 21 '24 11:09 itzg

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

cethien avatar Sep 22 '24 11:09 cethien