From b7d5347d134da6dc9fcfd96f4297a0818c18db53 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 6 Aug 2021 08:11:34 -0400 Subject: [PATCH 1/2] postgres version --- compose/production/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index c37f89c..7cf4173 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.3-alpine +FROM postgres:11.3 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/* From 863189c9777d2dc1a43afe0d84ff0069abfaaffd Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 6 Aug 2021 08:18:53 -0400 Subject: [PATCH 2/2] redis version --- base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.yml b/base.yml index 15be20a..216cfa8 100644 --- a/base.yml +++ b/base.yml @@ -119,7 +119,7 @@ services: restart: unless-stopped redis: - image: redis:6.2-alpine + image: redis:5.0 container_name: mistborn_production_redis restart: unless-stopped