Horizon and Task Scheduler in 1 Container Service #528
-
Hi, we are trying to build 1 container service that will run Horizon and Task Scheduler, so that we can build only 1 ECS instance for it. Is there anyone who can help me navigate how to implement this properly? I tried to combine the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You would have to a custom "long running" S6 Service: https://github.com/just-containers/s6-overlay It's quite advanced and I get a lot of questions on this, but I intend to release some content how to do this since I get asked about it quite often. Unfortunately the S6 docs are the best I can offer now, but I hope this helps! |
Beta Was this translation helpful? Give feedback.
You would have to a custom "long running" S6 Service: https://github.com/just-containers/s6-overlay
It's quite advanced and I get a lot of questions on this, but I intend to release some content how to do this since I get asked about it quite often.
Unfortunately the S6 docs are the best I can offer now, but I hope this helps!