mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2026-09-01 16:07:09 +00:00
Update recipes to prefer GH Sponsors to Patreon (#101)
This commit is contained in:
@@ -75,7 +75,7 @@ server {
|
||||
}</code></pre>
|
||||
<h3 id="setup-docker-swarm">Setup Docker Swarm</h3>
|
||||
<p>Create a docker swarm config file in docker-compose syntax (v3), something like this:</p>
|
||||
<p>!!! tip I share (<em>with my <a href="https://www.patreon.com/funkypenguin">patreon patrons</a></em>) a private “<em>premix</em>” git repository, which includes necessary docker-compose and env files for all published recipes. This means that patrons can launch any recipe with just a <code>git pull</code> and a <code>docker stack deploy</code> 👍</p>
|
||||
<p>!!! tip I share (<em>with my <a href="https://www.patreon.com/funkypenguin">patreon patrons</a></em>) a private “<em>premix</em>” git repository, which includes necessary docker-compose and env files for all published recipes. This means that sponsors can launch any recipe with just a <code>git pull</code> and a <code>docker stack deploy</code> 👍</p>
|
||||
<pre><code>version: '3'
|
||||
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user