1 Apr
2018
1 Apr
'18
7:31 p.m.
I have Mariadb setup on the server which I assume is fine to work with Mailman 3 since it is a MySQL clone. Is that correct?
I created a database called mailman. I am not sure what to change the for the following variables in the docker-compose.yaml file:
mailman-core: environment: - DATABASE_URL=postgres://mailman:mailmanpass@database/mailmandb - DATABASE_TYPE=postgres - DATABASE_CLASS=mailman.database.postgresql.PostgreSQLDatabase
mailman-web: environment: - DATABASE_TYPE=postgres - DATABASE_URL=postgres://mailman:mailmanpass@database/mailmandb
database: environment: POSTGRES_DB: ? POSTGRES_USER: ? POSTGRES_PASSWORD: ?