diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 895b02f..b5181c4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -79,6 +77,7 @@
+
@@ -176,7 +175,15 @@
1786005435040
-
+
+
+ 1786083110752
+
+
+
+ 1786083110752
+
+
@@ -186,6 +193,7 @@
-
+
+
\ No newline at end of file
diff --git a/4600Pro/NocoDB/docker-compose.yaml b/4600Pro/NocoDB/docker-compose.yaml
deleted file mode 100644
index 5e222e0..0000000
--- a/4600Pro/NocoDB/docker-compose.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-services:
-
- noco:
- image: nocodb/nocodb:latest
- container_name: noco
- restart: unless-stopped
- depends_on:
- - postgres
- ports:
- - "2800:8080"
- environment:
- NC_DB: "pg://postgres:5432?u=nocodb&p=nocodb123&d=nocodb"
- NC_AUTH_JWT_SECRET: "change_this_to_random_string"
- volumes:
- - /volume2/docker/docker_projects/nocodb/data:/usr/app/data
- networks:
- - nocodb
-
-
- postgres:
- image: postgres:16
- container_name: nocodb-postgres
- restart: unless-stopped
- environment:
- POSTGRES_DB: nocodb
- POSTGRES_USER: nocodb
- POSTGRES_PASSWORD: nocodb123
- volumes:
- - /volume2/docker/docker_projects/nocodb/postgres:/var/lib/postgresql/data
- networks:
- - nocodb
-
-
-networks:
- nocodb:
- driver: bridge
\ No newline at end of file
diff --git a/480T/rc/.env b/480T/rc/.env
index 6d6c457..2275583 100644
--- a/480T/rc/.env
+++ b/480T/rc/.env
@@ -3,7 +3,7 @@
REG_TOKEN=
DOMAIN=localhost
ROOT_URL=http://localhost:3000
-RELEASE=8.6.1
+RELEASE=8.7.0
# Change to true after you set your domain and valid lets encrypt email
LETSENCRYPT_ENABLED=false
LETSENCRYPT_EMAIL=demo@email.com