You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question, how can I run 3 or more libretime instances on a dedicated without them getting in the way? I have several IP addresses that could be used (if necessary).
The text was updated successfully, but these errors were encountered:
If you're happy to share the database (which I would) and just use a different database name then you will need to:
Run multiple Libretime containers - each will need a different WEB_UI_PORT, MASTER_SOURCE_PORT, and DJ_SOURCE_PORT port that's not conflicting
Run multiple Icecast containers on different ports - each corresponding Libretime host will then need to obvoiusly be configured to use it's matching Icecast container
Run multiple RabbitMQ containers (this will be the easiest option) and configure each libretime to talk to it's own RMQ container.
The container actually tries to "initialise" the database & RMQ if it's empty when it first starts, so you will need to make some changes in the bootstrap/firstrun.sh file...
The easiest thing will be to modify the bootstrap/entrypoint.sh file to actually exclude the first-run line (comment it out) so that way you're presented with the Libretime configuration screen when you start the container for the first time.
Once you've done this edit your docker-compose.yml file to build the image, rather than pull the pre-built image we've got published from Docker Hub
Should be pretty easy to setup once you've done some testing post back with how you went!
I have a question, how can I run 3 or more libretime instances on a dedicated without them getting in the way? I have several IP addresses that could be used (if necessary).
The text was updated successfully, but these errors were encountered: