Skip to content

Commit 568ada9

Browse files
committed
new post
1 parent 294f948 commit 568ada9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

content/posts/bot_hosting.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "An Update on TaskerBot's Hosting"
3+
date: "2025-09-03"
4+
tags: ["discord", "docker", "hosting"]
5+
---
6+
7+
Finding a good host for TaskerBot turned out to be harder than I thought. After a few failed tries with other services, I've landed on a temporary solution: running it on my own machine with Docker.
8+
<!-- excerpt -->
9+
10+
---
11+
12+
In my last post, I mentioned I'd be moving TaskerBot off its initial hosting service. I figured it would be a simple switch, but I was wrong.
13+
14+
I tried a few different hosting options, but they all had problems. Some didn't support what I needed, others just didn't work right. I got frustrated and had to leave the project alone for a bit until I had a better idea.
15+
16+
That idea came while I was learning Docker and Docker Compose. I realized I could just self-host it on my laptop for now. So I did. I put the Docker and Docker Compose files up on [my GitHub](https://github.com/rsomonte/taskerbot) if anyone wants to see them. It's working well, but it's not a permanent fix.
17+
18+
This isn't the final plan, though. A few months back I had the idea to build my own server with an Optiplex I bought. I wanted to self-host my own stuff and depend less on big companies. I haven't started yet because I had to move, and now I'm just waiting for the server (and all my other things) to arrive.
19+
20+
Once it gets here, I'll be able to host TaskerBot properly, 24/7, without worrying about my laptop sleeping. When I finally get it all set up, I'll write another post about the server and how I've got everything structured.
21+
22+
Thanks for reading.

0 commit comments

Comments
 (0)