Gitea with Let's Encrypt in a Docker Compose

This commit is contained in:
Vladimir Mikhalev 2023-05-02 19:07:50 -04:00 committed by GitHub
parent 51b8a84179
commit bfadd40ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@
# Follow me on Instagram: https://www.instagram.com/heyvaldemar/ # Follow me on Instagram: https://www.instagram.com/heyvaldemar/
# Follow me on Facebook: https://www.facebook.com/heyValdemarFB/ # Follow me on Facebook: https://www.facebook.com/heyValdemarFB/
# Follow me on TikTok: https://www.tiktok.com/@heyvaldemar # Follow me on TikTok: https://www.tiktok.com/@heyvaldemar
# Follow me on [LinkedIn](https://www.linkedin.com/in/heyvaldemar/) # Follow me on LinkedIn: https://www.linkedin.com/in/heyvaldemar/
# Follow me on [GitHub](https://github.com/heyvaldemar) # Follow me on GitHub: https://github.com/heyvaldemar
# Communication # Communication
# Chat with IT pros on Discord: https://discord.gg/AJQGCCBcqf # Chat with IT pros on Discord: https://discord.gg/AJQGCCBcqf
@ -61,6 +61,7 @@ services:
restart: unless-stopped restart: unless-stopped
gitea: gitea:
# Image tag (replace with yours)
image: gitea/gitea:1.17 image: gitea/gitea:1.17
volumes: volumes:
- gitea-data:/data - gitea-data:/data