Pulumi code for my server setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add note

+3 -1
+3 -1
jsonnet/README.md
··· 1 - # Media Server Stack 1 + # Media Server Stack (Old) 2 + 3 + ### This is an old version of my media server config. The new version using Pulumi can be found [here](..). The Docker Swarm setup is only kept for reference. 2 4 3 5 My media server is hosted with Docker Swarm. This repo consists of a Docker Compose file written in Jsonnet and compiled to JSON (works with any YAML parser because JSON is a subset of YAML). 4 6