Last active
August 10, 2023 14:55
-
-
Save dragonfire1119/a2a3e56b8fbeeff626dae49889d981c4 to your computer and use it in GitHub Desktop.
Uptime Kuma Casa OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: uptime_kuma | |
services: | |
uptime-kuma: | |
cpu_shares: 90 | |
command: [] | |
container_name: uptime-kuma | |
deploy: | |
resources: | |
limits: | |
memory: 7801M | |
image: louislam/uptime-kuma:1 | |
labels: | |
icon: https://i.imgur.com/NQhUQbR.png | |
ports: | |
- target: 3001 | |
published: "7200" | |
protocol: tcp | |
restart: always | |
volumes: | |
- type: bind | |
source: /data/uptime-kuma/data | |
target: /app/data | |
devices: [] | |
cap_add: [] | |
environment: [] | |
network_mode: bridge | |
privileged: false | |
x-casaos: | |
author: self | |
category: self | |
hostname: "" | |
icon: https://i.imgur.com/NQhUQbR.png | |
index: / | |
port_map: "7200" | |
scheme: http | |
store_app_id: uptime_kuma | |
title: | |
custom: Uptime Kuma |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment