发布应用x4

+ jproxy
+ prowlarr
+ radarr
+ sonarr

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-09-20 15:37:55 +08:00
parent 6eae31826b
commit d3e2fc3efa
32 changed files with 711 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
jproxy:
image: luckypuppy514/jproxy:v3.4.4
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8117
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${PROWLARR_ROOT_PATH}/data:/app/database
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai