https://github.com/bibermann/docker-youtrack-letsencrypt
https://github.com/bibermann/docker-youtrack-letsencrypt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bibermann/docker-youtrack-letsencrypt
- Owner: bibermann
- License: mit
- Created: 2018-12-03T10:29:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T11:09:47.000Z (over 7 years ago)
- Last Synced: 2025-10-28T08:44:21.650Z (8 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using GitLab with SSL enabled integrated with NGINX proxy and autorenew LetsEncrypt certificates
This docker-compose should be used with WebProxy (the NGINX Proxy):
[https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion](https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion)
## Usage
After everything is settle, and you have your three containers running (_proxy, generator and letsencrypt_) you do the following:
1. Clone this repository.
2. Make a copy of our .env.sample and rename it to .env:
Update this file with your preferences.
>This container must use a network connected to your webproxy or the same network of your webproxy.
3. Start your project
```bash
docker-compose up -d
```
**Be patinet** - when you first run a container to get new certificates, it may take a few minutes.