wuhanstudio / authelia-docker-swarm

Example of deploying authelia lite on docker swarm

Home Page:https://secure.wuhanstudio.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of deploying authelia lite on docker swarm

$ docker swarm init && docker network create --driver=overlay traefik-public

$ git clone https://github.com/wuhanstudio/authelia-docker-swarm && cd authelia-docker-swarm

# Replace wuhanstudio.cc with your domain
$ find . -type f -name "*.yml" -exec sed -i'' -e 's/example.com/wuhanstudio.cc/g' {} +

# Replace wuhanstudio@qq.com with your email
$ find . -type f -name "*.yml" -exec sed -i'' -e 's/your@email.com/wuhanstudio@qq.com/g' {} +

$ docker stack deploy -c traefik-compose.yml traefik

About

Example of deploying authelia lite on docker swarm

https://secure.wuhanstudio.cc