This commit is contained in:
√(noham)² 2024-07-27 21:56:15 +02:00
parent 3cd40d6e9a
commit 4811fa459d
2 changed files with 36 additions and 12 deletions

35
casaos.yaml Normal file
View File

@ -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

View File

@ -1,4 +1,4 @@
name: imaginative_hazel version: '3.8'
services: services:
main_app: main_app:
cpu_shares: 10 cpu_shares: 10
@ -22,14 +22,3 @@ services:
network_mode: bridge network_mode: bridge
privileged: false privileged: false
container_name: "" 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