From b4308f02678dabe9a8711316c253c7b8617c9152 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 2 Aug 2022 12:12:34 +0200 Subject: [PATCH] add explanation for volumes --- swarm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swarm/README.md b/swarm/README.md index ada70c5..3341248 100644 --- a/swarm/README.md +++ b/swarm/README.md @@ -1,6 +1,8 @@ # How to deploy This deployment uses docker-stack-deploy to make secret and configuration management easier. See https://github.com/neuroforgede/docker-stack-deploy. +The plausible.yml file as in this repository makes use of Hetzner Cloud Volumes using [costela/docker-volume-hetzner](https://github.com/costela/docker-volume-hetzner) (see https://github.com/neuroforgede/swarmsible/tree/master/environments/test/test-swarm/stacks/00_hetzner-volumes for a way to deploy the plugin). If you are using a different vendor, you will have to modify the +volume configs. This assumes you have a Docker swarm running. Once set up, you will need a traefik instance configured to work with constraint `traefik-public` and a network `traefik-public`.