self-hosted/traefik
Lorenzo Carbonell 71e1850154
Update README.md
2022-02-04 18:18:36 +01:00
..
docker-compose.yml first commit 2021-12-13 19:29:29 +00:00
README.md Update README.md 2022-02-04 18:18:36 +01:00
sample.env first commit 2021-12-13 19:29:29 +00:00
sample.traefik.yml first commit 2021-12-13 19:29:29 +00:00
sample.users.txt first commit 2021-12-13 19:29:29 +00:00

Installation

git clone https://github.com/atareao/self-hosted.git
cd self-hosted/traefik
cp sample.env .env
cp sample.traefik.yml traefik.yml
touch acme.json
chmod 600 acme.json
htpasswd -nb usuario contraseña >> users.txt
docker network create proxy
docker-compose up -d
docker-compose logs -f