diff --git a/base.yml b/base.yml index 9058b34..c176ca0 100644 --- a/base.yml +++ b/base.yml @@ -120,7 +120,7 @@ services: restart: unless-stopped redis: - image: redis:6.2-alpine + image: redis:5.0 container_name: mistborn_production_redis restart: unless-stopped 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/*