Uptime kuma docker compose Verify that the Uptime Kuma container is running successfully: docker ps Configuring and Using Jul 17, 2024 · Installing Uptime Kuma with Docker 🐳. Launch Uptime Kuma using Docker Compose: docker-compose up -d. Mar 27, 2023 · There are a few API repos for Uptime Kuma around, though I just happened to choose that one. yml file with the following content: Dec 27, 2022 · docker-compose. 夜梦之前介绍过一个网站监控轻量级的网站监控页面——Uptime-status,这个监控程序可以部署在虚拟主机上面,节省成本。 。但是界面不是很好看,所以这篇文章夜梦将再介绍一个网站监控程序uptime-kuma,简单易用,而且功能强 Jul 17, 2024 · mkdir uptime-kuma cd uptime-kuma nano docker-compose. yml file is correctly configured and create the data directory: mkdir data Running Docker Compose to Deploy Uptime Kuma. Here is a step-by-step guide: Create a Docker-Compose file. Learn Uptime Kuma in 5 Minutes by DEVOPS UNLOCKED Install with the docker run command; Meet Uptime Kuma, a Fancy Open Source Uptime Monitor by Techno Tim Install with docker-compose; Monitor Status with Uptime Kuma - Let's install Uptime Kuma with Docker by Geeked Install with Portainer Mar 20, 2024 · Learn how to monitor your services' uptime with Uptime Kuma, an open-source tool, using Docker Compose. mkdir uptime-kuma-data. Oczywiście oprogramowanie ma o wiele więcej do zaoferowania. However, we'll be specifically using Docker Compose, which will allow us to create a persistent environment for our Uptime Kuma container. 4. Starte dann den Container: docker-compose up -d Funktionen von Uptime Kuma 🌟. If you want to make the process easier and convenient, you can deploy Uptime Kuma on Linode using the marketplace. yml file to set up Uptime Kuma in minutes. Docker allows you to containerize applications, making shipping and deploying them much easier. 访问 IP + 端口 打开安装引导页面. Feb 21, 2025 · This section will show you how to install the Uptime Kuma software to the Raspberry Pi. touch docker-compose. Jan 27, 2025 · Learn how to use Docker and Docker Compose to self-host Uptime Kuma, a sleek and powerful uptime monitoring tool. Os vamos a indicar cómo es nuestro Docker Compose para que lo ejecutéis sin ningún problema. A Docker Compose file for Uptime Kuma, a self-hosted uptime monitor and status page. Follow the step-by-step instructions and the docker-compose. Pero también se puede integrar a la perfección en Docker Compose, para centralizar todos los contenedores que tengamos desplegados. See the Docker Compose file, the key components, and how to access the web interface. Next, create a YAML file let’s say: docker-compose. 7. It can check the uptime and response time of websites, APIs, and other services at regular intervals and alert you if any of them go down. Mar 8, 2025 · The docker compose file is here (basically the copy/pasted example from their site): version: "3. Installing and setting up Uptime Kuma is a simple process thanks to some additional software we can utilize. service; The service should be running as usual, showing the docker snap service. yml en el directorio que acabas de crear: May 1, 2023 · The Docker Compose File The following is the Docker Compose file for the Uptime-Kuma service: Introduction Uptime-Kuma is an open-source, self-hosted website monitoring tool. Obrigado por seguir nosso guia de instalação e configuração do Uptime Kuma Docker! Com o Uptime Kuma agora configurado, você está bem equipado para ficar de olho nos seus serviços e garantir que eles permaneçam ativos 24 horas por dia. Apr 19, 2023 · Docker container installation and update. If this keeps happening, please file a support ticket with the below ID. version: '3. nano. 8" services: uptime-kuma: image: louislam/uptime-kuma:1 container_name: uptime-kuma volumes: - uptime-kuma:/app/data ports: - 3001:3001 restart: always volumes: uptime-kuma: null. Jun 20, 2023 · 1. Die Datei kann mit einem beliebigen Texteditor wie folgt befüllt und dann angepasst werden: Oct 18, 2023 · - uptime-kuma:/app/data ports: - 3001:3001 restart: always volumes: uptime-kuma: null. 前言. yml file is located and run the docker-compose up -d command: cd /opt/uptime-kuma docker-compose up -d. Jan 31, 2024 · In this article, we’ll guide you through setting up Uptime Kuma with docker-compose. yaml文件,参考如下 Feb 27, 2025 · Writing a Docker Compose file for your Nginx Reverse Proxy. First things first, we need to add the Docker repository to our A fancy self-hosted monitoring tool. Jan 10, 2025 · Uptime Kuma is a self-hosted monitoring tool that allows you to keep track of your websites, services, or APIs with ease. docker. Jul 22, 2024 · Crea un directorio en tu sistema para almacenar los archivos de configuración de Uptime Kuma: mkdir -p /opt/uptime-kuma cd /opt/uptime-kuma 2. Now we need to add the connection in the Uptime-Kuma interface so you can use that Docker host as a monitoring point. May 22, 2024 · 使用 docker ps 命令检查容器是否创建成功. 将以下代码块粘贴到新的 Compose 文件中:---version: "3. 04上使用Docker安装UptimeKuma为例。类似步骤应该也可以用于Debian系统。同类教程网上一大把,下面是 Mar 27, 2025 · How to Install Uptime Kuma with Docker Compose. yml Jan 16, 2025 · 本文将介绍如何通过 Docker Compose 快速部署 UptimeKuma,让你能够轻松搭建自己的监控系统。无论你是开发者还是运维人员,这篇教程都会帮助你快速上手。 Compose部署 Uptime Kuma. Crear un Archivo Docker Compose. Docker Compose 是 Docker 编排服务的一部分,可以让用户在集群中部署分布式应用 Oct 8, 2024 · Restart the service using sudo systemctl restart snap. Vamos a utilizar Docker Compose para simplificar la configuración del contenedor. Then cd to uptime-Kuma: cd ~/uptime-kuma. In this guide, we'll go through the process of deploying Uptime Kuma on a Docker Swarm cluster using a highly available configuration. The best news, though, is that it's super easy to launch by simply adding it to your docker file with a few light config options (and adding it to your reverse proxy) and like magic it'll work. Note: I'm using an EC2 machine for this demo, you can run this on your local machine. Create a directory called uptime-kuma-data. 5. Contribute to louislam/uptime-kuma development by creating an account on GitHub. yml把以下代码拷贝进去,创建项目后立即启动打钩. Your Uptime Kuma instance should now be updated to the latest Jun 12, 2022 · If you are interested to expose Uptime Kuma to the internet, you will want to run Uptime kuma behind a NGINX proxy. 1、新建文件夹. Füge den obigen Inhalt ein und speichere die Datei. Within this Docker Compose file, we will set up two separate services. Dec 30, 2024 · **with Docker-compose. Our next step is to write a Docker Compose file that will manage the Nginx reverse proxy on your system. 先在任意位置创建一个 kuma 文件夹,用于存放docker-compose. yml file ready, it’s time to deploy Uptime Kuma. Go to the folder and create the docker-compose. Couplé à un service de messages comme Gotify ou Ntfy, il permet aussi de recevoir des notifications push sur smartphone en cas de défaillance. To install Uptime-Kuma using Docker, we will first create a directory to hold all our configurations. 16 --force # Install dependencies and prebuilt npm install --production npm run download-dist # Restart pm2 restart uptime-kuma 使用 Docker Compose 安装 Uptime Kuma. Reload to refresh your session. Follow the steps to set up the database, mail service, and reverse proxy for external access. Oct 31, 2023 · Setting up Uptime Kuma, a self-hosted monitoring tool, is a straightforward process that involves Docker container installation, initial configuration, and security settings. Learn how to set up Uptime Kuma, a self-hosted monitoring tool, with Docker Compose. This command starts a new Uptime Kuma container using the latest image and the settings defined in your docker-compose. yml DIRECTORY> " docker compose pull docker compose up -d --force-recreate 🆙 💪🏻 Non-Docker cd < uptime-kuma-directory > # Update from git git fetch --all git checkout 1. Jan 6, 2025 · 本文将介绍如何通过 Docker Compose 快速部署 Uptime Kuma,让你能够轻松搭建自己的监控系统。无论你是开发者还是运维人员,这篇教程都会帮助你快速上手。 Compose部署 Uptime Kuma. Feb 3, 2025 · 1. services: uptime-kuma: image: louislam/uptime-kuma:latest. 镜像拉取不下来的镜像地址换成下面的或者自己有的. Das Image können mit einer simplen docker-compose. 2 Docker Compose. mkdir ~/uptime-kuma. 04 安装 Docker 以及 Docker Compose 教程顺利的安装了Docker环境,只需要使用Nginx Proxy Manager和Uptime Kuma两个容器即可,理论上两行命令即可,不过为了 Dec 30, 2021 · This will listen on port 17958. 16 --force # Install dependencies and prebuilt npm install --production npm run download-dist # Restart pm2 restart uptime-kuma Oct 3, 2024 · With your docker-compose. Login to your Uptime-Kuma interface. Dec 24, 2024 · 输入项目名称,路径选择你刚刚创建的kuma 文件夹,点击创建docker-compose. Bài viết liên quan. We will now need to write the compose file for our Docker stack. tar louislam/uptime-kuma:latest ``` #### 配置Docker服务 确保目标服务器已正确安装了Docker引擎,并能够正常运行容器实例。对于Linux系统而言,可能还需要设置防火墙规则允许HTTP(S)流量通过指定端口进出虚拟机内部 docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1. container_name: uptime-kuma Dec 19, 2024 · cd " <YOUR docker-compose. To run it behind traefik with LetsEncrypt certificates, we just need to change it to the following /usr/docker Dziękujemy za skorzystanie z naszego przewodnika instalacji i konfiguracji Uptime Kuma Docker! Dzięki skonfigurowaniu Uptime Kuma jesteś dobrze przygotowany, aby uważnie obserwować swoje usługi i mieć pewność, że działają przez całą dobę. Installing Uptime Kuma is easy and is done via Docker. Setting up the Uptime Kuma Docker Compose File. Mở trình duyệt web và truy cập Install Uptime Kuma dengan Docker Compose Sebelum memulai proses instalasi, pastikan bahwa anda sudah memiliki sebuah server yang telah diinstal docker. service; Check if the service is running using sudo systemctl status snap. Aside from the excellent features of the open-source solution, it is also easy to install and can run as a Docker container; it takes only a few seconds to get up and running with Uptime Kuma. sudo nano compose. dockerd. Follow the steps to create a deployment file, run the container, and access the web UI to track your services 24/7. A fancy self-hosted monitoring tool. Docker Compose will automatically download the Uptime Kuma image, create the container, and start it. yml for the container:. yml-Datei: Um Uptime Kuma mittels docker compose zu starten, kann das offizielle Docker Image verwendet werden. Create a docker-compose. / docker-compose. Mar 15, 2024 · ```bash docker pull louislam/uptime-kuma:latest docker save -o uptime-kuma. Post Tags: # Docker # Docker Compose # Uptime Kuma # Uptime Monitor. Chatwoot – Công cụ quản lý việc giao tiếp với khách hàng Sep 27, 2024 · In this guide, we will explore how to deploy a complete monitoring stack using Docker Compose. Nov 9, 2024 · Learn how to install and configure Uptime Kuma, a self-hosted uptime monitoring tool, using Docker Compose. Build the Docker containers for your new Uptime Kuma instance: sudo docker compose up -d Creating a Reverse Proxy for Uptime Kuma using Nginx. Now you can use our script from Create a systemd service for your docker-compose project in 10 seconds to automatically start Uptime-Kuma on boot (and start it immediately): Aug 30, 2023 · Uptime Kuma 简介 在快节奏的软件开发世界里,时刻关注项目的健康状况是至关重要的。而 Uptime Kuma 就是为此而生的一款强大工具,能够帮助你监控各种网络服务和站点的可用性和性能。来更深入地了解一下 Uptime Kuma 的功能吧! 功能亮点 实时监控 Uptime Kuma 提供 Feb 18, 2025 · $ docker-compose --version Docker Compose version v2. The file is based on the official GitHub repository of Uptime Kuma and includes an example environment file. Claro, o software tem muito mais a oferecer. The tools we will set up are Prometheus, Grafana, Alertmanager, and Uptime Kuma — each offering key… Sep 20, 2024 · Chạy Uptime Kuma bằng Docker Compose: docker-compose up -d. Install a VPS Server. Kiểm tra trạng thái container: docker-compose ps. yml. May 21, 2024 · This is the docker-compose i use for Uptime kuma. 前往云服务器控制台放行相关端口. 0 Step 3: Running Kuma Uptime Using Docker. If you run Uptime Kuma using Docker-Compose and don't already have a reverse proxy, this is a simple way to configure Caddy. org' with your domain. Sep 13, 2024 · Configuring the Docker Compose File. Error ID You signed in with another tab or window. El primer paso es crear el directorio del proyecto en el que se colocará nuestro archivo de implementación de Docker Compose Jul 24, 2023 · Navigate to the directory where your docker-compose. It doesn’t matter which device you’re using and can configure this on something like Portainer, Synology’s Container Manager, or even just through the CLI with Docker Compose. /etc/uptime-kuma. Prerequisites. We will create a reverse proxy in Nginx so you can access Uptime Kuma on a publicly accessible URL. 3 Jul 17, 2024 · mkdir uptime-kuma cd uptime-kuma nano docker-compose. yaml文件,参考 Feb 19, 2024 · Step 2) Install Docker Compose and Uptime Kuma. Nov 7, 2024 · 它可以运行在Docker容器中。本文将介绍如何使用Docker部署Uptime Kuma。 cd /root/data/docker_data/uptime docker-compose up -d # Dec 19, 2024 · cd " <YOUR docker-compose. You can begin writing this file using the following command in the terminal. Follow this steps: Step 1: create your separate NGINX proxy manager docker container instance as covered in this post. To self-host Uptime Kuma you need a VPS server where you can install the app. Run Docker Compose to pull the Uptime Kuma image and start the container: sudo docker-compose up -d. example. yml Datei heruntergeladen, erstellt und gestartet werden. Insert the above content and save the file. Mar 3, 2024 · Step by step guide for installing Uptime Kuma on your Synology NAS device using Docker Compose & Portainer. 有时候需要监控自己搭建的一些网站、服务是否正常运行, 这时候可以考虑使用一个监控网站, 定时的进行检测, 记录网站、服务的运行状态, 在这推荐使用 uptime-kuma。 一、介绍uptime-kuma 是一个精美的托管监控… Nov 20, 2023 · 用SSH登陆上服务器,先把软件源更换为MirrorZ镜像(教育网IPv6软件镜像智能分流),再参考烧饼大佬的Debian 12 / Ubuntu 22. You only need to replace 'status. Install Docker Compose. 8" services: uptime-kuma: image: louislam/uptime-kuma:latest container_name: uptime-kuma restart: alway Instale Uptime Kuma con Docker Compose. The marketplace contains images that are already built with the intended software already installed. 第一步是创建将放置我们的 Docker Compose 部署文件的项目目录。 Dec 3, 2023 · 在Ubuntu使用Docker安装UptimeKumaUptimeKuma是一款易于使用的自托管监控工具,提供了监控各种服务的可用性、通知、多语言支持、多个状态页面等功能。本教程以Ubuntu22. 准备工作VPS一台,推荐腾讯云香港安装Docker安装Docker compose开始安装方法一 docker安装#安装脚本 wget -qO- get. Feb 7, 2025 · Step 4: Deploy Uptime Kuma Using Docker Compose (Recommended) For better management, we can use Docker Compose. The easiest way to configure Uptime Kuma is by using Docker Compose. You signed out in another tab or window. Uptime Kuma is lightweight and will not use a lot of resources you can host it on a 1 CPU 1 GB of memory VPS without problems. 23. Crea un archivo llamado docker-compose. You can use digitalocean, Vultr or Hetzner. 1ms. Ensure that the docker-compose. yamlCopy. Navigate to “Settings” in the upper right corner. 2. You switched accounts on another tab or window. run. services: uptime-kuma: image: Dec 28, 2023 · Step 1 — Create the environment. The -d flag runs the container in the background (detached mode). Update uptime-kuma Add a new Docker host and choose TCP as the option. Uptime Kuma bietet eine Vielzahl an Funktionen zur Überwachung Deiner Dienste: HTTP(s) Monitoring: Überwache die Verfügbarkeit und Antwortzeit Deiner Aug 5, 2022 · For uptime-kuma, the authors provide a docker-compose file that works out of the box. 为新的 Uptime Kuma 实例构建 Docker 容器: sudo docker Sep 1, 2024 · Setup Docker Hosts in Uptime-Kuma. com | bash #查看 Docker 安装版本等信息 docker version #启动 Docker 服务 systemctl s… docker-compose logs -f To stop Uptime Kuma, you can run: docker-compose down Deploying Uptime Kuma on Linode. 33. You can choose any port you want here, just make sure to choose different ports when running different instances of uptime-kuma. YOUR/DATA/DIR is where you want your data to be stored eg. . Jika belum, Anda bisa mengikuti tutorial cara install docker di linux ubuntu. Step 2: use this docker-compose file that will make available Uptime Kuma service on the NGINX network Something went wrong! We've logged this error and will review it as soon as we can. yml file. https://docker. sudo apt install docker-compose -y. Then start the container: docker-compose up -d Functions of Uptime Kuma 🌟 Mar 14, 2023 · Uptime Kuma est un outil de monitoring léger pour vos services hébergés. jiycholcmexawyoakjobbyiujzblstboiswhnmtzntcqvfdqiikqzwbylmkclnezqenqcknh