Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehyiah/traefik-docker-local
config for using traefik in local env and automatic discovery
https://github.com/ehyiah/traefik-docker-local
Last synced: about 1 month ago
JSON representation
config for using traefik in local env and automatic discovery
- Host: GitHub
- URL: https://github.com/ehyiah/traefik-docker-local
- Owner: Ehyiah
- License: mit
- Created: 2023-06-04T09:10:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T07:52:14.000Z (10 months ago)
- Last Synced: 2024-10-14T06:25:40.576Z (2 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traefik-docker-local
config for using traefik in local env and automatic discovery# https
- for https generate keys with mkcert
- first generate keys with
mkcert *.localhost *.docker.localhost 127.0.0.1 ::1
- install key in store with : mkcert -install## help
- if on WSL do install the same key on both instances.
- on windows the keys will be located here : C:\Users\\AppData\Local\mkcert
you can create a directory on wsl side like this : /home//.local/share/mkcert
- install mkcert on windows with
https://chocolatey.org/install#individual
choco install mkcert
- install mkcert on ubuntu with
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-amd64
mv mkcert-v1.4.4-linux-amd64 mkcert
chmod +x mkcert
cp mkcert /usr/local/bin/