Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Last active August 10, 2023 14:55
Show Gist options
  • Save dragonfire1119/a2a3e56b8fbeeff626dae49889d981c4 to your computer and use it in GitHub Desktop.
Save dragonfire1119/a2a3e56b8fbeeff626dae49889d981c4 to your computer and use it in GitHub Desktop.
Uptime Kuma Casa OS
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