Browse Source

Merge branch '208-postgres' into 'master'

postgres version

Closes #208

See merge request cyber5k/mistborn!94
merge-requests/94/merge
Steven Foerster 4 years ago
parent
commit
71c8cd680a
  1. 2
      base.yml
  2. 2
      compose/production/postgres/Dockerfile

2
base.yml

@ -119,7 +119,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: redis:6.2-alpine image: redis:5.0
container_name: mistborn_production_redis container_name: mistborn_production_redis
restart: unless-stopped restart: unless-stopped

2
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 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/* RUN chmod +x /usr/local/bin/maintenance/*

Loading…
Cancel
Save