!SkincareAddiction@sh.itjust.works
Please help us grow this community if you’re interested in skincare! We have a big passion for it and also think it would help diversify the type of communities that exist here on Lemmy 😊
!SkincareAddiction@sh.itjust.works
Please help us grow this community if you’re interested in skincare! We have a big passion for it and also think it would help diversify the type of communities that exist here on Lemmy 😊
That’s a great point I hadn’t considered tbh! And that learning new technologies even if there is no “purpose” to it can be… fun! :)
All software listed is FOSS.
I just run one mariadb container via docker-compose that all my other services use as their database.
version: "2"
services:
mariadb:
image: lscr.io/linuxserver/mariadb:latest
container_name: mariadb
environment:
- TZ=####/####
- PUID=###
- PGID=###
- MYSQL_ROOT_PASSWORD==############
volumes:
- /docker/mariadb:/config
ports:
- 3306:3306
restart: unless-stopped
Off-topic but I don’t really get the appeal in running Kubernetes (or similar technologies) in a homelab. Unless it’s something you want to learn for work of course.
I wouldn’t join a private tracker that requires me to expose my real IP. It doesn’t sound serious at all.
Since my “homelab” is just that, a homelab, I’m comfortable with using :latest-tag on all my containers and just running docker-compose pull and docker-compose up -d once per week.
Cloudflare has a catch-all option that you can enable, but they only allow you to receive emails not send them. https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/