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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "nocodb",
|
"id": "nocodb",
|
||||||
"tipi_version": 46,
|
"tipi_version": 47,
|
||||||
"version": "0.207.0",
|
"version": "0.207.2",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
|
"description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
|
||||||
"short_desc": "Open Source Airtable Alternative",
|
"short_desc": "Open Source Airtable Alternative",
|
||||||
"author": "https://github.com/nocodb",
|
"author": "https://github.com/nocodb",
|
||||||
|
@ -41,8 +39,5 @@
|
||||||
"env_variable": "NOCODB_TABLE_ROWS"
|
"env_variable": "NOCODB_TABLE_ROWS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
||||||
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
||||||
- DB_QUERY_LIMIT_DEFAULT=${NOCODB_TABLE_ROWS-25}
|
- DB_QUERY_LIMIT_DEFAULT=${NOCODB_TABLE_ROWS-25}
|
||||||
image: "nocodb/nocodb:0.207.0"
|
image: "nocodb/nocodb:0.207.2"
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:8080"
|
- "${APP_PORT}:8080"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user