chore(deps): update nocodb/nocodb docker tag to v0.207.2 (#3521)
This commit is contained in:
parent
1fd5eeecf2
commit
7c97f7fded
|
@ -5,11 +5,9 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "nocodb",
|
||||
"tipi_version": 46,
|
||||
"version": "0.207.0",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"tipi_version": 47,
|
||||
"version": "0.207.2",
|
||||
"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",
|
||||
"author": "https://github.com/nocodb",
|
||||
|
@ -41,8 +39,5 @@
|
|||
"env_variable": "NOCODB_TABLE_ROWS"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -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.0"
|
||||
image: "nocodb/nocodb:0.207.2"
|
||||
ports:
|
||||
- "${APP_PORT}:8080"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue
Block a user