Remove secret key and upate the tag for postorius' image (#239)
* Remove the secret key. * Use the latest tag for postorius.
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
|||||||
ipv4_address: 172.19.199.2
|
ipv4_address: 172.19.199.2
|
||||||
|
|
||||||
mailman-web:
|
mailman-web:
|
||||||
image: quay.io/maxking/postorius:rolling
|
image: quay.io/maxking/postorius:latest
|
||||||
container_name: mailman-web
|
container_name: mailman-web
|
||||||
hostname: mailman-web
|
hostname: mailman-web
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -356,5 +356,3 @@ try:
|
|||||||
from settings_local import *
|
from settings_local import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
SECRET_KEY = 'saldasndkjabdfalsdjhfv'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user