From cc50b2c118df7be39f917affe0e676140d9df8d0 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 16 May 2018 18:15:34 -0700 Subject: [PATCH] Remove secret key and upate the tag for postorius' image (#239) * Remove the secret key. * Use the latest tag for postorius. --- docker-compose-postorius.yaml | 2 +- postorius/mailman-web/settings.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose-postorius.yaml b/docker-compose-postorius.yaml index 1b92148..acf6c01 100644 --- a/docker-compose-postorius.yaml +++ b/docker-compose-postorius.yaml @@ -22,7 +22,7 @@ services: ipv4_address: 172.19.199.2 mailman-web: - image: quay.io/maxking/postorius:rolling + image: quay.io/maxking/postorius:latest container_name: mailman-web hostname: mailman-web depends_on: diff --git a/postorius/mailman-web/settings.py b/postorius/mailman-web/settings.py index 6eae55f..4f4bf00 100644 --- a/postorius/mailman-web/settings.py +++ b/postorius/mailman-web/settings.py @@ -356,5 +356,3 @@ try: from settings_local import * except ImportError: pass - -SECRET_KEY = 'saldasndkjabdfalsdjhfv'