mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 10:46:37 +00:00
chore(renovate): Update minor (minor) (#6999)
* chore(renovate): Update minor * chore: update node version * chore(deps): pnpm-lock.yaml * chore(deps): pnpm-lock.yaml * chore(deps): pnpm-lock.yaml * fix(nc-gui): remove process.nextTick define * fix(playwright): mysql version * chore(playwright): bump NC_REQ_NODE_V * fix(deps): bump @nestjs/throttler * chore(nc-gui): components.d.ts * fix(deps): use @nuxt/image * fix(nc-gui): broken image * fix(nc-gui): @antfu/eslint-config * fix(deps): bump knex versions * fix(deps): use 2.4.2 for knex * chore(deps): rollback * chore(deps): @antfu/eslint-config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
retries: 10
|
||||
test: "pg_isready -U ${DATABASE_USER} -d ${DATABASE_NAME}"
|
||||
timeout: 2s
|
||||
image: "postgres:12.1-alpine"
|
||||
image: "postgres:12.17-alpine"
|
||||
networks:
|
||||
- traefik_proxy
|
||||
restart: always
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
- "-c"
|
||||
- "http://localhost:8081/ping"
|
||||
timeout: 3s
|
||||
image: "traefik:v2.2"
|
||||
image: "traefik:v2.11"
|
||||
networks:
|
||||
- default
|
||||
- traefik_proxy
|
||||
|
||||
Reference in New Issue
Block a user