You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-28Lines changed: 79 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,31 +24,82 @@ Deploy Microsoft SQL Server using Docker Compose:
24
24
25
25
💡 For confirming database connectivity, consider employing [DBeaver](https://dbeaver.io/), a robust database management tool. Connect using the `sa` user credentials and the password that was previously set in the `.env` file. This approach ensures a secure and efficient verification process.
26
26
27
-
# Author
28
-
29
-
I’m Vladimir Mikhalev, the [Docker Captain](https://www.docker.com/captains/vladimir-mikhalev/), but my friends can call me Valdemar.
30
-
31
-
🌐 My [website](https://www.heyvaldemar.com/) with detailed IT guides\
32
-
🎬 Follow me on [YouTube](https://www.youtube.com/channel/UCf85kQ0u1sYTTTyKVpxrlyQ?sub_confirmation=1)\
33
-
🐦 Follow me on [Twitter](https://twitter.com/heyValdemar)\
34
-
🎨 Follow me on [Instagram](https://www.instagram.com/heyvaldemar/)\
35
-
🧵 Follow me on [Threads](https://www.threads.net/@heyvaldemar)\
36
-
🐘 Follow me on [Mastodon](https://mastodon.social/@heyvaldemar)\
37
-
🧊 Follow me on [Bluesky](https://bsky.app/profile/heyvaldemar.bsky.social)\
38
-
🎸 Follow me on [Facebook](https://www.facebook.com/heyValdemarFB/)\
39
-
🎥 Follow me on [TikTok](https://www.tiktok.com/@heyvaldemar)\
40
-
💻 Follow me on [LinkedIn](https://www.linkedin.com/in/heyvaldemar/)\
41
-
🐈 Follow me on [GitHub](https://github.com/heyvaldemar)
42
-
43
-
# Communication
44
-
45
-
👾 Chat with IT pros on [Discord](https://discord.gg/AJQGCCBcqf)\
46
-
📧 Reach me at ask@sre.gg
47
-
48
-
# Give Thanks
49
-
50
-
💎 Support on [GitHub](https://github.com/sponsors/heyValdemar)\
51
-
🏆 Support on [Patreon](https://www.patreon.com/heyValdemar)\
52
-
🥤 Support on [BuyMeaCoffee](https://www.buymeacoffee.com/heyValdemar)\
53
-
🍪 Support on [Ko-fi](https://ko-fi.com/heyValdemar)\
54
-
💖 Support on [PayPal](https://www.paypal.com/paypalme/heyValdemarCOM)
27
+
## Author
28
+
29
+
hey everyone,
30
+
31
+
💾 I’ve been in the IT game for over 20 years, cutting my teeth with some big names like [IBM](https://www.linkedin.com/in/heyvaldemar/), [Thales](https://www.linkedin.com/in/heyvaldemar/), and [Amazon](https://www.linkedin.com/in/heyvaldemar/). These days, I wear the hat of a DevOps Consultant and Team Lead, but what really gets me going is Docker and container technology - I’m kind of obsessed!
32
+
33
+
💛 I have my own IT [blog](https://www.heyvaldemar.com/), where I’ve built a [community](https://discord.gg/AJQGCCBcqf) of DevOps enthusiasts who share my love for all things Docker, containers, and IT technologies in general. And to make sure everyone can jump on this awesome DevOps train, I write super detailed guides (seriously, they’re foolproof!) that help even newbies deploy and manage complex IT solutions.
34
+
35
+
🚀 My dream is to empower every single person in the DevOps community to squeeze every last drop of potential out of Docker and container tech.
36
+
37
+
🐳 As a [Docker Captain](https://www.docker.com/captains/vladimir-mikhalev/), I’m stoked to share my knowledge, experiences, and a good dose of passion for the tech. My aim is to encourage learning, innovation, and growth, and to inspire the next generation of IT whizz-kids to push Docker and container tech to its limits.
38
+
39
+
Let’s do this together!
40
+
41
+
## My 2D Portfolio
42
+
43
+
🕹️ Click into [sre.gg](https://www.sre.gg/) — my virtual space is a 2D pixel-art portfolio inviting you to interact with elements that encapsulate the milestones of my DevOps career.
44
+
45
+
## My Courses
46
+
47
+
🎓 Dive into my [comprehensive IT courses](https://www.heyvaldemar.com/courses/) designed for enthusiasts and professionals alike. Whether you're looking to master Docker, conquer Kubernetes, or advance your DevOps skills, my courses provide a structured pathway to enhancing your technical prowess.
48
+
49
+
🔑 [Each course](https://www.udemy.com/user/heyvaldemar/) is built from the ground up with real-world scenarios in mind, ensuring that you gain practical knowledge and hands-on experience. From beginners to seasoned professionals, there's something here for everyone to elevate their IT skills.
50
+
51
+
## My Services
52
+
53
+
💼 Take a look at my [service catalog](https://www.heyvaldemar.com/services/) and find out how we can make your technological life better. Whether it's increasing the efficiency of your IT infrastructure, advancing your career, or expanding your technological horizons — I'm here to help you achieve your goals. From DevOps transformations to building gaming computers — let's make your technology unparalleled!
54
+
55
+
## Patreon Exclusives
56
+
57
+
🏆 Join my [Patreon](https://www.patreon.com/heyvaldemar) and dive deep into the world of Docker and DevOps with exclusive content tailored for IT enthusiasts and professionals. As your experienced guide, I offer a range of membership tiers designed to suit everyone from newbies to IT experts.
58
+
59
+
## My Recommendations
60
+
61
+
📕 Check out my collection of [essential DevOps books](https://kit.co/heyvaldemar/essential-devops-books)\
62
+
🖥️ Check out my [studio streaming and recording kit](https://kit.co/heyvaldemar/my-studio-streaming-and-recording-kit)\
63
+
📡 Check out my [streaming starter kit](https://kit.co/heyvaldemar/streaming-starter-kit)
Copy file name to clipboardExpand all lines: mssql-server-traefik-letsencrypt-docker-compose.yml
+40-57Lines changed: 40 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -1,47 +1,3 @@
1
-
# Microsoft SQL Server with Let's Encrypt Using Docker Compose
2
-
3
-
# The complete installation guide is available on my website https://www.heyvaldemar.com/install-mssql-server-using-docker-compose/
4
-
5
-
# Change variables in the `.env` to meet your requirements.
6
-
# Note that the `.env` file should be in the same directory as `mssql-server-traefik-letsencrypt-docker-compose.yml`.
7
-
8
-
# Create networks for your services before deploying the configuration using the commands:
9
-
# `docker network create traefik-network`
10
-
# `docker network create mssql-server-network`
11
-
12
-
# Deploy Microsoft SQL Server using Docker Compose:
13
-
# `docker compose -f mssql-server-traefik-letsencrypt-docker-compose.yml -p mssql-server up -d`
14
-
15
-
# For confirming database connectivity, consider employing DBeaver https://dbeaver.io/, a robust database management tool.
16
-
# Connect using the `sa` user credentials and the password that was previously set in the `.env` file. This approach ensures a secure and efficient verification process.
17
-
18
-
# Author
19
-
# I’m Vladimir Mikhalev, the Docker Captain, but my friends can call me Valdemar.
0 commit comments