mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
445 B
19 lines
445 B
4 years ago
|
# 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
|
||
|
|
||
4 years ago
|
- Accessible via `nocodb.DOMAINNAME/dashboard`
|
||
4 years ago
|
- Uses postgres db for storage
|
||
|
- Telemetry is disabled
|