mirror of
https://github.com/NohamR/trio_http_proxy.git
synced 2025-05-23 16:49:28 +00:00
25 lines
489 B
YAML
25 lines
489 B
YAML
version: '3.8'
|
|
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: ""
|