1
0

feat:添加raneto到列表

This commit is contained in:
okxlin
2024-04-13 00:28:00 +08:00
parent cc8e86f77e
commit 6f6d1512f5
7 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: '3.6'
services:
raneto:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- "./data/config:/opt/raneto/config"
- "./data/content/pages:/opt/raneto/content/pages"
image: raneto/raneto:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true