KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
traefik-docker-local-dev
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
BlogIt
:
It fetches all the blogs through blogger API and then show them in the app.
mono-repos
:
No description available.
parking-ticket-system
:
A system for managing parking tickets tracked by municipalities.
Student-database-management-system
:
Students Database Management System Project - GUI & SQL
goes
:
Goer is a universal, concise and flexible Socket framework. Its design idea is mainly based on workerman
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
traefik-docker-local-dev
?
Download (.md)
# Using Traefik, Docker, and Let's Encrypt to manage multiple local development projects You can read the full article [here](https://joshbutts.com/posts/traefik-docker-local-dev/) ## Simple Usage 1. clone the repository 2. create an environment file from the `.env.example` file called `.env` ```shell cp .env.example .env ``` 3. edit the `.env` file and add your digital ocean token and the domain name. For more infomration about how to add more services to it, check the article [here](https://joshbutts.com/posts/traefik-docker-local-dev/).