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-ssl-certificate-docker-swarm.yml zabbix
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
πΎ Chat with IT pros on Discord
π§ Reach me at ask@sre.gg
π Support on GitHub
π Support on Patreon
π₯€ Support on BuyMeaCoffee
πͺ Support on Ko-fi
π Support on PayPal