Files
nocodb/docker-compose/3_traefik/README.md
2026-01-10 14:43:04 +03:00

20 lines
447 B
Markdown

# Example with traefik reverse 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