From 4811fa459d94dc65e13a29a01f3271d28efed05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:56:15 +0200 Subject: [PATCH] changes --- casaos.yaml | 35 +++++++++++++++++++++++++++++++++++ docker-compose.yaml | 13 +------------ 2 files changed, 36 insertions(+), 12 deletions(-) create mode 100644 casaos.yaml diff --git a/casaos.yaml b/casaos.yaml new file mode 100644 index 0000000..9833945 --- /dev/null +++ b/casaos.yaml @@ -0,0 +1,35 @@ +name: imaginative_hazel +services: + main_app: + cpu_shares: 10 + command: [] + deploy: + resources: + limits: + memory: 256M + image: trio_http_proxy + labels: + icon: https://icon.casaos.io/main/all/trio_http_proxy.png + ports: + - target: 8080 + published: "3010" + protocol: tcp + restart: unless-stopped + volumes: [] + devices: [] + cap_add: [] + environment: [] + network_mode: bridge + privileged: false + container_name: "" +x-casaos: + author: self + category: self + hostname: "" + icon: https://icon.casaos.io/main/all/trio_http_proxy.png + index: / + port_map: "" + scheme: http + store_app_id: imaginative_hazel + title: + custom: trio_http_proxy diff --git a/docker-compose.yaml b/docker-compose.yaml index 9833945..8362ce0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,4 @@ -name: imaginative_hazel +version: '3.8' services: main_app: cpu_shares: 10 @@ -22,14 +22,3 @@ services: network_mode: bridge privileged: false container_name: "" -x-casaos: - author: self - category: self - hostname: "" - icon: https://icon.casaos.io/main/all/trio_http_proxy.png - index: / - port_map: "" - scheme: http - store_app_id: imaginative_hazel - title: - custom: trio_http_proxy