chore(deps): update nocodb/nocodb docker tag to v0.207.2 (#3521)

This commit is contained in:
renovate[bot] 2024-05-20 17:02:08 +00:00 committed by GitHub
parent 1fd5eeecf2
commit 7c97f7fded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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"]
}

View File

@ -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