mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: nocodb bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:0.251.1
|
image: nocodb/nocodb:0.257.2
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
NC_DB: "pg://root_db?u=postgres&p=password&d=root_db"
|
NC_DB: "pg://root_db?u=postgres&p=password&d=root_db"
|
||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- nc_data:/usr/app/data
|
- nc_data:/usr/app/data
|
||||||
|
|
||||||
root_db:
|
root_db:
|
||||||
image: postgres:14.7
|
image: postgres:17
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
|
|||||||
@@ -230,7 +230,7 @@ export const templates: TemplateData[] = [
|
|||||||
{
|
{
|
||||||
id: "nocodb",
|
id: "nocodb",
|
||||||
name: "NocoDB",
|
name: "NocoDB",
|
||||||
version: "0.251.1",
|
version: "0.257.2",
|
||||||
description:
|
description:
|
||||||
"NocoDB is an opensource Airtable alternative that turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet.",
|
"NocoDB is an opensource Airtable alternative that turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet.",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user