Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Sep 21, 2023
1 parent c13ddce commit e80a520
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-codebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_INCLUDE: ".*README.md"
FILTER_REGEX_EXCLUDE: '.*doc/.*|.*github/.*'
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# CARTO Self-hosted for Docker Compose

![](./img/header-docker.png)
![header](./img/header-docker.png)

This repository contains the Docker Compose configuration for CARTO self-hosted used to deploy CARTO in Docker environments.

For a Kubernetes flavor of CARTO, please refer to https://github.com/CartoDB/carto-selfhosted-helm
For a Kubernetes flavor of CARTO, please refer to <https://github.com/CartoDB/carto-selfhosted-helm>

Documentation and instructions can be found at https://docs.carto.com
Documentation and instructions can be found at <https://docs.carto.com>

## Prerequisites

CARTO self-hosted requires technical knowledge, if you don't have the experience or you just want to try CARTO, we offer a cloud managed solution where you can start a trial in a few clicks, please refer to https://app.carto.com.
CARTO self-hosted requires technical knowledge, if you don't have the experience or you just want to try CARTO, we offer a cloud managed solution where you can start a trial in a few clicks, please refer to <https://app.carto.com>.

CARTO self-hosted also requires an enterprise license. Please [contact our team](https://carto.com/request-live-demo) if you're interested.

## Release notes

Release notes are available at https://docs.carto.com/get-help/deployment-options/self-hosted/release-notes
Release notes are available at <https://docs.carto.com/get-help/deployment-options/self-hosted/release-notes>

0 comments on commit e80a520

Please sign in to comment.