chore(deps): update nocodb/nocodb docker tag to v0.202.6 (#1605)

This commit is contained in:
renovate[bot] 2023-11-16 13:47:56 +00:00 committed by GitHub
parent 1c1f93a809
commit cf910ed80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "nocodb", "id": "nocodb",
"tipi_version": 25, "tipi_version": 26,
"version": "0.202.5", "version": "0.202.6",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -34,5 +34,8 @@
"env_variable": "NOCODB_REDIS_PASSWORD" "env_variable": "NOCODB_REDIS_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -11,7 +11,7 @@ services:
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- 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
image: "nocodb/nocodb:0.202.5" image: "nocodb/nocodb:0.202.6"
ports: ports:
- "${APP_PORT}:8080" - "${APP_PORT}:8080"
restart: always restart: always