chore(deps): update nocodb/nocodb docker tag to v0.111.1 (#1122)
This commit is contained in:
parent
eaa544b798
commit
a3b141fcbd
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "nocodb",
|
"id": "nocodb",
|
||||||
"tipi_version": 19,
|
"tipi_version": 20,
|
||||||
"version": "0.111.0",
|
"version": "0.111.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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.111.0"
|
image: "nocodb/nocodb:0.111.1"
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:8080"
|
- "${APP_PORT}:8080"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user