refactor: 部分应用优化 (#686)

This commit is contained in:
wanghe
2023-12-07 16:10:55 +08:00
committed by GitHub
parent 0adce85a27
commit 1646270042
18 changed files with 129 additions and 321 deletions

View File

@@ -0,0 +1,17 @@
version: '3'
services:
filecodebox:
container_name: ${CONTAINER_NAME}
image: lanol/filecodebox:beta
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:12345"
volumes:
- "./data:/app/data"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true