Compose File Discussion #27
Replies: 4 comments 9 replies
-
That would be great. A lot could be passed on with |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm no expert by any means, but have been running more and more services in containers, and also liked the idea of a compose file here. in the same vein, would it be a better to pass the values you consider through a Linuxserver.io example : |
Beta Was this translation helpful? Give feedback.
-
Brilliant there is a discussion on this. Sadly my docker knowledge is still basic so I am heavily guided by others on how to improve the docker image |
Beta Was this translation helpful? Give feedback.
-
Initial draft for what I've got working thus far has a PR on the develop branch. I only had single commit for today so it's catching up the branch as well. I tossed around the idea of using Docker's resource limiting but that would be better suited after the entire workflow gets finished. The installserver.sh script could initiate the needed |
Beta Was this translation helpful? Give feedback.
-
Originally raised by takov751: #25 (comment)
I thought a bit more today about what may make automating the server installs through a docker-compose file like Takov had brought up. The docker-compose file does have the ability to taken an
env_file
so having a user fill in a couple of fields in a pre-canned.env
file may be enough to stage the environment for the entire process.I think the script that starts the server selection may need a bit of adjustments to read the envs to make this happen since the .env would be replacing the user's input through the terminal. I may have a bit of explorative time tonight to confirm my theory.
Beta Was this translation helpful? Give feedback.
All reactions