Changes for page Software Stacks

Last modified by chrisby on 2024/08/29 14:47

From version 1.7
edited by chrisby
on 2023/09/09 16:39
Change comment: There is no comment for this version
To version 1.8
edited by chrisby
on 2023/09/11 22:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  === Introduction ===
3 3  
4 4  (% style="text-align: justify;" %)
5 -I love open source software, especially when it can be deployed seamlessly via Docker. However, individual projects often have unique nuances and configurations. So I've created this section to show you how to deploy the software I'm working on with no more than two commands. To get a working deployment of a software stack, simply copy the {{code language="none"}}docker-compose.yml{{/code}} from the article, replace any variables with the format {{code language="none"}}<some-variable>{{/code}} with an actual value, and follow the instructions.
5 +I love open source software, especially when it can be deployed seamlessly via Docker. However, individual projects often have unique nuances and configurations. So I've created this section to show you how to deploy the software I'm working with using very few instructions. To get a working deployment of a software stack, simply copy the {{code language="none"}}docker-compose.yml{{/code}} from the article, replace any variables with the format {{code language="none"}}<some-variable>{{/code}} with an actual value, and follow the instructions.
6 6  
7 7  (% style="text-align: justify;" %)
8 8  All the configurations described in the subsections use Traefik, which greatly simplifies the reverse proxying process and certificate generation. It's also possible to combine all the stacks on a single device behind a single Traefik container. Just merge the service configuration from one {{code language="none"}}docker-compose.yml{{/code}} into another.