Skip to content

heyvaldemar/zabbix-traefik-letsencrypt-docker-swarm

Repository files navigation

Zabbix with Let's Encrypt in a Docker Swarm

Install Docker Swarm by following my guide.

Configure Traefik and create secrets for storing the passwords on the Docker Swarm manager node before applying the configuration.

Traefik configuration.

Create a secret for storing the password for Zabbix database using the command:

printf "YourPassword" | docker secret create zabbix-postgres-password -

Clear passwords from bash history using the command:

history -c && history -w

Run zabbix-restore-database.sh on the Docker Swarm node where the container for backups is running to restore database if needed.

Run docker stack ps zabbix | grep zabbix_backups | awk 'NR > 0 {print $4}' on the Docker Swarm manager node to find on which node container for backups is running.

Deploy Zabbix in a Docker Swarm using the command:

docker stack deploy -c zabbix-traefik-letsencrypt-docker-swarm.yml zabbix

Author

I’m Vladimir Mikhalev, the Docker Captain, but my friends can call me Valdemar.

🌐 My website with detailed IT guides
🎬 Follow me on YouTube
🐦 Follow me on Twitter
🎨 Follow me on Instagram
🧵 Follow me on Threads
🐘 Follow me on Mastodon
🧊 Follow me on Bluesky
🎸 Follow me on Facebook
🎥 Follow me on TikTok
💻 Follow me on LinkedIn
🐈 Follow me on GitHub

Communication

👾 Chat with IT pros on Discord
📧 Reach me at ask@sre.gg

Give Thanks

💎 Support on GitHub
🏆 Support on Patreon
🥤 Support on BuyMeaCoffee
🍪 Support on Ko-fi
💖 Support on PayPal