mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2026-01-06 21:39:19 +00:00
Add recipe for searxng (#274)
* Add recipe for searxng Signed-off-by: David Young <davidy@funkypenguin.co.nz> * Fussy linter Signed-off-by: David Young <davidy@funkypenguin.co.nz> --------- Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
description: Data is beautiful
|
||||
description: Because data is beautiful
|
||||
recipe: Swarmprom
|
||||
title: Manage your Docker Swarm like a GitOps ninja with Swarmprom
|
||||
---
|
||||
|
||||
# Swarmprom
|
||||
@@ -22,6 +24,8 @@ cAdvisor (Container Advisor) provides container users an understanding of the re
|
||||
|
||||
I'd encourage you to spend some time reading <https://github.com/stefanprodan/swarmprom>. Stefan has included detailed explanations about which elements perform which functions, as well as how to customize your stack. (_This is only a starting point, after all_)
|
||||
|
||||
## {{ page.meta.recipe }} Requirements
|
||||
|
||||
--8<-- "recipe-standard-ingredients.md"
|
||||
|
||||
## Preparation
|
||||
@@ -90,7 +94,7 @@ GF_SECURITY_ADMIN_USER=admin
|
||||
GF_SECURITY_ADMIN_PASSWORD=ilovemybatmanunderpants
|
||||
```
|
||||
|
||||
### Setup Docker Swarm
|
||||
### {{ page.meta.recipe }} Docker Swarm config
|
||||
|
||||
Create a docker swarm config file in docker-compose syntax (v3), based on the original swarmprom [docker-compose.yml](https://github.com/stefanprodan/swarmprom/blob/master/docker-compose.yml) file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user