chore(deps): update nocodb/nocodb docker tag to v0.250.1 (#3776)
This commit is contained in:
parent
1b653a2d3b
commit
0e58be325c
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "nocodb",
|
||||
"tipi_version": 48,
|
||||
"version": "0.207.3",
|
||||
"tipi_version": 49,
|
||||
"version": "0.250.1",
|
||||
"categories": ["utilities"],
|
||||
"description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
|
||||
"short_desc": "Open Source Airtable Alternative",
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
||||
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
||||
- DB_QUERY_LIMIT_DEFAULT=${NOCODB_TABLE_ROWS-25}
|
||||
image: "nocodb/nocodb:0.207.3"
|
||||
image: "nocodb/nocodb:0.250.1"
|
||||
ports:
|
||||
- "${APP_PORT}:8080"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue
Block a user