File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212 #
1313 pgsql :
1414 container_name : pgsql
15- image : ' index.docker.io/sourcegraph/postgres-12.6-alpine:3.30.0 @sha256:439246675646322cf6b22a277ab86d790287bc4c532e2a2f4a4e0538d06cd206 '
15+ image : ' index.docker.io/sourcegraph/postgres-12.6:95244_2021-05-06_2c1f77e @sha256:35040317490324a15e1259c9023a726eb27c694530f6f8877e87d337c7b97778 '
1616 cpus : 4
1717 mem_limit : ' 2g'
1818 healthcheck :
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ services:
150150 codeintel-db :
151151 condition : service_healthy
152152
153+
153154 # Description: Stores clones of repositories to perform Git operations.
154155 #
155156 # Disk: 200GB / persistent SSD
@@ -510,7 +511,7 @@ services:
510511 #
511512 pgsql :
512513 container_name : pgsql
513- image : ' index.docker.io/sourcegraph/postgres-12.6-alpine:3.30.1 @sha256:329766fdbbd821be9579627b5d3a0a24dc8a58f251195e6102afef5a402dc456 '
514+ image : ' index.docker.io/sourcegraph/postgres-12.6:95244_2021-05-06_2c1f77e @sha256:35040317490324a15e1259c9023a726eb27c694530f6f8877e87d337c7b97778 '
514515 cpus : 4
515516 mem_limit : ' 2g'
516517 healthcheck :
@@ -564,14 +565,14 @@ services:
564565 # would be bad but it can be rebuilt given enough time.)
565566 codeinsights-db :
566567 container_name : codeinsights-db
567- image : ' index.docker.io/sourcegraph/codeinsights-db:insiders@sha256:a7e203ec2c33c0c402d2fa5c7732058fabd8d6a8713c98b15ff388a8a9a8415e '
568+ image : " index.docker.io/sourcegraph/codeinsights-db:insiders@sha256:75be25ec13a1a2706adefff68c8101a58d692e8d36ebac3e43f33b9304e5b8c7 "
568569 cpus : 4
569- mem_limit : ' 2g '
570+ mem_limit : " 2g "
570571 environment :
571572 - POSTGRES_PASSWORD=password
572573 - PGDATA=/var/lib/postgresql/data/pgdata
573574 volumes :
574- - ' codeinsights-db:/var/lib/postgresql/data/'
575+ - " codeinsights-db:/var/lib/postgresql/data/"
575576 networks :
576577 - sourcegraph
577578 restart : always
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ docker run --detach \
1919 --memory=2g \
2020 -e PGDATA=/var/lib/postgresql/data/pgdata \
2121 -v $VOLUME :/var/lib/postgresql/data/ \
22- index.docker.io/sourcegraph/postgres-12.6-alpine:3.30.0 @sha256:439246675646322cf6b22a277ab86d790287bc4c532e2a2f4a4e0538d06cd206
22+ index.docker.io/sourcegraph/postgres-12.6:95244_2021-05-06_2c1f77e @sha256:35040317490324a15e1259c9023a726eb27c694530f6f8877e87d337c7b97778
2323
2424# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
2525# but anything 12 and higher is supported.
You can’t perform that action at this time.
0 commit comments