diff --git a/gitea-traefik-letsencrypt-docker-compose.yml b/gitea-traefik-letsencrypt-docker-compose.yml index c37d7c7..410c961 100644 --- a/gitea-traefik-letsencrypt-docker-compose.yml +++ b/gitea-traefik-letsencrypt-docker-compose.yml @@ -1,17 +1,36 @@ # Gitea with Let's Encrypt in a Docker Compose -# Vladimir Mikhalev -# callvaldemar@gmail.com -# www.heyvaldemar.com +# Author +# hey, I’m Vladimir Mikhalev, but my friends call me Valdemar. -# Install the Docker Engine by following the official guide: https://docs.docker.com/engine/install/ -# Install the Docker Compose by following the official guide: https://docs.docker.com/compose/install/ +# My website with detailed IT guides: https://www.heyvaldemar.com/ +# Follow me on YouTube: https://www.youtube.com/channel/UCf85kQ0u1sYTTTyKVpxrlyQ?sub_confirmation=1 +# Follow me on Twitter: https://twitter.com/heyValdemar +# Follow me on Instagram: https://www.instagram.com/heyvaldemar/ +# Follow me on Facebook: https://www.facebook.com/heyValdemarFB/ +# Follow me on TikTok: https://www.tiktok.com/@heyvaldemar +# Follow me on [LinkedIn](https://www.linkedin.com/in/heyvaldemar/) +# Follow me on [GitHub](https://github.com/heyvaldemar) + +# Communication +# Chat with IT pros on Discord: https://discord.com/invite/D7fGMYjdR9 +# Chat with IT pros on Telegram: https://t.me/heyValdemarCOMchat +# Reach me at ask@sre.gg + +# Give Thanks +# Support on GitHub: https://github.com/sponsors/heyValdemar +# Support on Patreon: https://www.patreon.com/heyValdemar +# Support on BuyMeaCoffee: https://www.buymeacoffee.com/heyValdemar +# Support on Ko-fi: https://ko-fi.com/heyValdemar +# Support on PayPal: https://www.paypal.com/paypalme/heyValdemarCOM + +# Install Docker Engine and Docker Compose by following my guide: https://www.heyvaldemar.com/install-docker-engine-and-docker-compose-on-ubuntu-server/ # Run gitea-restore-application-data.sh to restore application data if needed. # Run gitea-restore-database.sh to restore database if needed. # Deploy Gitea server with a Docker Compose using the command: -# docker-compose -f gitea-traefik-letsencrypt-docker-compose.yml -p gitea up -d +# docker compose -f gitea-traefik-letsencrypt-docker-compose.yml -p gitea up -d volumes: gitea-data: