Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sourcebot:
image: ghcr.io/sourcebot-dev/sourcebot:latest
image: docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
pull_policy: always
user: sourcebot
restart: always
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/activating-a-subscription.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you'd like to increase the number of seats on your Sourcebot deployment you m
docker run \
-e SOURCEBOT_EE_LICENSE_KEY=<your-license-key> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```

## FAQ
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configuration/config-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker run \
-v $(pwd)/config.json:/data/config.json \
-e CONFIG_PATH=/data/config.json \
... \ # other options
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```

The config file tells Sourcebot which repos to index, what language models to use, and various other settings as defined in the [schema](#config-file-schema).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/connections/ado-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Next, provide the access [token](/docs/configuration/config-file#tokens) via an
docker run \
-e ADO_TOKEN=<PAT> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/connections/ado-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Next, provide the access [token](/docs/configuration/config-file#tokens) via an
docker run \
-e ADO_TOKEN=<PAT> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
</Tabs>
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/connections/bitbucket-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ In order to index private repositories, you'll need to provide authentication cr
docker run \
-e BITBUCKET_TOKEN=<API_TOKEN> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
<Tab title="Access Token">
Expand Down Expand Up @@ -147,7 +147,7 @@ In order to index private repositories, you'll need to provide authentication cr
docker run \
-e BITBUCKET_TOKEN=<ACCESS_TOKEN> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
<Tab title="App Password">
Expand Down Expand Up @@ -184,7 +184,7 @@ In order to index private repositories, you'll need to provide authentication cr
docker run \
-e BITBUCKET_TOKEN=<APP_PASSWORD> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
</Tabs>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/connections/bitbucket-data-center.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ In order to index private repositories, you'll need to provide a [HTTP Access To
docker run \
-e BITBUCKET_TOKEN=<ACCESS_TOKEN> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
<Tab title="Project / repository token">
Expand Down Expand Up @@ -151,7 +151,7 @@ In order to index private repositories, you'll need to provide a [HTTP Access To
docker run \
-e BITBUCKET_TOKEN=<ACCESS_TOKEN> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/connections/gitea.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Next, provide the access token via an environment variable [token](/docs/configu
docker run \
-e GITEA_TOKEN=<PAT> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/connections/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Next, provide the PAT via an environment variable [token](/docs/configuration/co
docker run \
-e GITLAB_TOKEN=<PAT> \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/connections/local-repos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get Sourcebot to index these repositories:
docker run \
-v $(pwd)/repos:/repos:ro \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Step>

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/features/agents/review-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you have multiple models configured, set `REVIEW_AGENT_MODEL` to the `display
```yaml
services:
sourcebot:
image: ghcr.io/sourcebot-dev/sourcebot:latest
image: docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
pull_policy: always
container_name: sourcebot
ports:
Expand Down Expand Up @@ -112,7 +112,7 @@ If you have multiple models configured, set `REVIEW_AGENT_MODEL` to the `display
```yaml
services:
sourcebot:
image: ghcr.io/sourcebot-dev/sourcebot:latest
image: docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
pull_policy: always
container_name: sourcebot
ports:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/features/permission-syncing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Permission syncing can be enabled by setting the `PERMISSION_SYNC_ENABLED` envir
docker run \
-e PERMISSION_SYNC_ENABLED=true \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```

<Warning>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/misc/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you'd like to disable all telemetry, you can do so by setting the environment
docker run \
-e SOURCEBOT_TELEMETRY_DISABLED=true \
/* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```

If you disabled telemetry correctly, you'll see the following log when starting Sourcebot:
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/upgrade/v4-to-v5-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pg_restore -U postgres -d postgres --no-owner ./sourcebot.dump
docker run \
-e DATABASE_URL='postgresql://your-user:your-password@your-postgres-host:5432/postgres' \
# ... your other flags
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Expandable>

Expand All @@ -123,7 +123,7 @@ Redis only holds transient job-queue data, so there is nothing to migrate. You j
docker run \
-e REDIS_URL='redis://your-redis-host:6379' \
# ... your other flags
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```
</Expandable>

Expand Down Expand Up @@ -164,7 +164,7 @@ docker run \
-e SOURCEBOT_ENCRYPTION_KEY='<value from .secret>' \
-e AUTH_SECRET='<value from .authjs-secret>' \
# ... your other flags
ghcr.io/sourcebot-dev/sourcebot:latest
docker.sourcebot.dev/sourcebot-dev/sourcebot:latest
```

3. Delete the plaintext files from the data volume so the secrets are no longer stored on disk:
Expand Down Expand Up @@ -279,7 +279,7 @@ helm upgrade sourcebot sourcebot/sourcebot \
If you'd rather not upgrade to v5, you can keep using v4 indefinitely by pinning your deployment to the final v4 release:

```bash
ghcr.io/sourcebot-dev/sourcebot:v4.17.4
docker.sourcebot.dev/sourcebot-dev/sourcebot:v4.17.4
```

## Troubleshooting
Expand Down
Loading