Add remove-authentik target to makefile for stack removal

This commit is contained in:
2024-09-14 16:35:16 +08:00
parent e9f517509d
commit 3a0c706c5f
+2 -1
View File
@@ -68,7 +68,8 @@ deploy-authentik: pull
set +a ;\
docker stack deploy --compose-file ./swarm/authentik.yml authentik ;\
}
remove-authentik:
docker stack rm authentik
deploy-apps: pull
{ \
echo "Deploying the apps stack..." ;\