File tree 1 file changed +6
-11
lines changed 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -70,20 +70,15 @@ platform images are hosted in Coder's Docker Hub repo.
70
70
1 . Pull the images for the Coder platform from the following Docker Hub
71
71
locations:
72
72
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 )
76
74
77
- [ coder-service ] ( https://hub.docker.com/r/coderenvs/coder-service )
75
+ - [ envbox ] ( https://hub.docker.com/r/coderenvs/envbox )
78
76
79
- [ envbox ] ( https://hub.docker.com/r/coderenvs/envbox )
77
+ - (Optional) [ timescale ] ( https://hub.docker.com/r/coderenvs/timescale )
80
78
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.
87
82
88
83
You can pull each of these images from their ` coderenvs/<img-name>:<version> `
89
84
registry location using the image's name and Coder version:
You can’t perform that action at this time.
0 commit comments