Last active
August 10, 2023 14:55
-
-
Save dragonfire1119/a2a3e56b8fbeeff626dae49889d981c4 to your computer and use it in GitHub Desktop.
Revisions
-
dragonfire1119 revised this gist
Aug 10, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ name: uptime_kuma services: uptime-kuma: cpu_shares: 90 @@ -33,6 +33,6 @@ x-casaos: index: / port_map: "7200" scheme: http store_app_id: uptime_kuma title: custom: Uptime Kuma -
dragonfire1119 revised this gist
Aug 10, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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: "7200" scheme: http store_app_id: wonderful_ehjas title: -
dragonfire1119 created this gist
Aug 10, 2023 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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