self-hosted/traefik
2022-06-21 20:06:38 +02:00
..
docker-compose.yml update traefik version 2022-06-21 20:06:38 +02: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 add entrypoint for gitea 2022-05-27 18:44:46 +02: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