mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 05:05:06 +00:00
19 lines
445 B
Markdown
19 lines
445 B
Markdown
# 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 |