Horizon and Task Scheduler in 1 Container Service #528
Answered
by
jaydrogers
eleonorsomosot
asked this question in
Q&A
|
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 |
Answered by
jaydrogers
Apr 17, 2025
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! |
3 replies
Answer selected by
eleonorsomosot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!