mirror of https://github.com/watcha-fr/synapse
Remove Postgres 9.4 support (#5448)
parent
6840ebeef8
commit
eba7caf09f
@ -1,21 +0,0 @@ |
||||
version: '3.1' |
||||
|
||||
services: |
||||
|
||||
postgres: |
||||
image: postgres:9.4 |
||||
environment: |
||||
POSTGRES_PASSWORD: postgres |
||||
|
||||
testenv: |
||||
image: python:3.5 |
||||
depends_on: |
||||
- postgres |
||||
env_file: .env |
||||
environment: |
||||
SYNAPSE_POSTGRES_HOST: postgres |
||||
SYNAPSE_POSTGRES_USER: postgres |
||||
SYNAPSE_POSTGRES_PASSWORD: postgres |
||||
working_dir: /app |
||||
volumes: |
||||
- ..:/app |
@ -0,0 +1 @@ |
||||
PostgreSQL 9.4 is no longer supported. Synapse requires Postgres 9.5+ or above for Postgres support. |
Loading…
Reference in new issue