feat: add app NocoDB-SQLite

This commit is contained in:
arch3rPro
2025-07-28 23:24:47 +08:00
parent c9f7d4ed70
commit 33d7227d69
7 changed files with 125 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
services:
nocodb:
image: nocodb/nocodb:0.264.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./data:/usr/app/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true