Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Last active August 10, 2023 14:55
Show Gist options
  • Select an option

  • Save dragonfire1119/a2a3e56b8fbeeff626dae49889d981c4 to your computer and use it in GitHub Desktop.

Select an option

Save dragonfire1119/a2a3e56b8fbeeff626dae49889d981c4 to your computer and use it in GitHub Desktop.

Revisions

  1. dragonfire1119 revised this gist Aug 10, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions uptime-kuma-casa-os-docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    name: wonderful_ehjas
    name: uptime_kuma
    services:
    uptime-kuma:
    cpu_shares: 90
    @@ -33,6 +33,6 @@ x-casaos:
    index: /
    port_map: "7200"
    scheme: http
    store_app_id: wonderful_ehjas
    store_app_id: uptime_kuma
    title:
    custom: Uptime Kuma
  2. dragonfire1119 revised this gist Aug 10, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion uptime-kuma-casa-os-docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@ x-casaos:
    hostname: ""
    icon: https://i.imgur.com/NQhUQbR.png
    index: /
    port_map: ""
    port_map: "7200"
    scheme: http
    store_app_id: wonderful_ehjas
    title:
  3. dragonfire1119 created this gist Aug 10, 2023.
    38 changes: 38 additions & 0 deletions uptime-kuma-casa-os-docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    name: wonderful_ehjas
    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: ""
    scheme: http
    store_app_id: wonderful_ehjas
    title:
    custom: Uptime Kuma