We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1944642 commit 1bced27Copy full SHA for 1bced27
docker-compose/db-only-migrate.docker-compose.yaml
@@ -1,5 +1,6 @@
1
-# This file contains only the pgsql service definition, and is used during
2
-# the sourcegraph/server -> docker-compose migration process.
+# This file contains the pgsql service definition (the primary Sourcegraph database deployment),
+# as well as the codeintel-db service definition (a separate postgres deployment). Both run postgres.
3
+# This file is used during the sourcegraph/server -> docker-compose migration process.
4
#
5
# 🚨This file MUST be kept in sync with the pgsql definition in docker-compose/docker-compose.yaml
6
version: '2.4'
0 commit comments