Files
nocodb/docker-compose/traefik
renovate[bot] 718a9b94c3 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>
2024-03-06 15:53:10 +08:00
..
2021-05-29 21:20:48 +02:00
2021-05-29 21:58:24 +02:00

Example with traefik revers proxy

Look into the .env file and update the vaiables before executing docker-compose up -d.

Traefik configuration

  • HTTP redirect to HTTPS
  • Healthcheck
  • SSL certificate via Cloudflare DNS challenge

Watchtower

Looks for new nocodb image every day at 5:00 and recreates the container.

NocoDB

  • Accessible via nocodb.DOMAINNAME/dashboard
  • Uses postgres db for storage
  • Telemetry is disabled