Skip to content

Commit 797a995

Browse files
ericpaulsenKatie Horne
and
Katie Horne
authored
chore: remove redundant timescale note (coder#787)
* remove redundant timescale note * fix typo Co-authored-by: Katie Horne <katie@coder.com>
1 parent f234b22 commit 797a995

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

setup/air-gapped/index.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,15 @@ platform images are hosted in Coder's Docker Hub repo.
7070
1. Pull the images for the Coder platform from the following Docker Hub
7171
locations:
7272

73-
> Timescale is an internal database meant for evaluation deployments. It is
74-
> not It is not recommended to run this service in production. Connect to an
75-
> external Postgres database for production deployments.
73+
- [coder-service](https://hub.docker.com/r/coderenvs/coder-service)
7674

77-
[coder-service](https://hub.docker.com/r/coderenvs/coder-service)
75+
- [envbox](https://hub.docker.com/r/coderenvs/envbox)
7876

79-
[envbox](https://hub.docker.com/r/coderenvs/envbox)
77+
- (Optional) [timescale](https://hub.docker.com/r/coderenvs/timescale)
8078

81-
[timescale](https://hub.docker.com/r/coderenvs/timescale) (**Note**: We
82-
recommend you only use timescale for evaluation purposes if you don't have an
83-
external PostgreSQL database available. For production environments, we
84-
strongly recommend that you use an external PostgreSQL database; the
85-
installation section will cover more on updating your Helm values with your
86-
database information.)
79+
> Timescale is an internal database meant for evaluation deployments. We
80+
> do not recommend running this service in production. Connect to an
81+
> external Postgres database for production deployments.
8782
8883
You can pull each of these images from their `coderenvs/<img-name>:<version>`
8984
registry location using the image's name and Coder version:

0 commit comments

Comments
 (0)