diff --git a/__swarm/authentik/authentik-swarm.yml b/__swarm/authentik/authentik-swarm.yml index 913a5a1..9ef84cb 100644 --- a/__swarm/authentik/authentik-swarm.yml +++ b/__swarm/authentik/authentik-swarm.yml @@ -60,7 +60,7 @@ services: timeout: 3s image: ${DOCKER_REGISTRY:-docker.io/library/}redis:alpine volumes: - - authentik_redis:/data + - redis:/data deploy: labels: wud.watch: 'true' diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 6621cba..0dc505d 100755 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -117,3 +117,11 @@ volumes: driver: local redis: driver: local + media: + driver: local + templates: + driver: local + certs: + driver: local + custom-templates: + driver: local \ No newline at end of file