modifying things for portainer

This commit is contained in:
2025-11-26 20:07:00 -08:00
parent a2a5f34c51
commit 52f1705324
18 changed files with 74 additions and 433 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
nc:
image: ${NOCODB_IMAGE:-nocodb/nocodb:latest}
restart: unless-stopped
volumes:
- "nocodb-data:/usr/app/data"
volumes:
nocodb-data: