chore(deps): update nocodb/nocodb docker tag to v0.207.0 (#3401)

This commit is contained in:
renovate[bot] 2024-05-06 09:42:00 +00:00 committed by GitHub
parent 99d341a285
commit 89ab45cdd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "nocodb", "id": "nocodb",
"tipi_version": 45, "tipi_version": 46,
"version": "0.205.1", "version": "0.207.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -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.205.1" image: "nocodb/nocodb:0.207.0"
ports: ports:
- "${APP_PORT}:8080" - "${APP_PORT}:8080"
restart: always restart: always