Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Set up and manage your network with an easy-to-use reverse proxy solution utilizing Traefik 3 and Docker

NotificationsYou must be signed in to change notification settings

raph6/docker-traefik

Repository files navigation

Traefik 3 is now available, on branchmaster.

Traefik 2 is still usable from branchtraefik-2

Getting started

Make sure you have Docker and docker-compose installed and your DNS records set up

git clone https://github.com/raph6/docker-traefik.gitcd docker-traefik

Setup Traefik

cd traefik# create acme.jsontouch traefik/acme/acme.jsonchmod 600 traefik/acme/acme.json# create your admin user filehtpasswd -B -C 14 -c traefik/basicAuth/.admin*your-username*

htpasswd can be found in the packageapache2-utils

sudo apt-get install apache2-utils (adjust for your distribution)

Run Traefik

In Traefik folder:Make.env file on the same model as.env.exemple

docker compose up -d

or

EMAIL=your@email.com TRAEFIK_URL=traefik.yourdomain.tld docker compose up -d

Services you can use

Feel free to ask for another project

Informations

HTTPS is enabled by default, your certificates are generated and automatically renewed

PR are welcome


[8]ページ先頭

©2009-2025 Movatter.jp