Downgrade postgres from 12 to 10

This commit is contained in:
Aarni Halinen
2019-10-09 22:21:32 +03:00
parent fcd7ae7c04
commit 88f37928ac
+1 -1
View File
@@ -1,7 +1,7 @@
version: '3.4'
services:
db:
image: postgres
image: postgres:10
environment:
- POSTGRES_USER_FILE=/run/secrets/DJANGO_DB_USER
- POSTGRES_PASSWORD_FILE=/run/secrets/DJANGO_DB_PASSWD