Abhilash Raj
Abhilash Raj
@Dragnell87 Yeah that would make sense because that is the only app which uses database. Although, you *might* be able to get rid of that if you use a fresh...
It looks like a problem with either Django or Allauth, I will investigate more and maybe open issues upstream.
To be able to persist the data, you need to mount something at `/opt/mailman/` inside the core container which is writable for the container and something at `/opt/mailman-web-data` inside the...
Technically, I don't need `mailman-extra.cfg` to be writable, but I do need /opt/mailman to writable inside core. I might have to investigate more on how to do that, do you...
Why not break early instead of waiting for the Mailman to break later?
Did you look into Mailman Core's logs? `/opt/mailman/core/var/logs/mailman.log`.
Yeah, this would be because of missing mysqlclient library in Core. Duplicate of #80 #71 #136 #123
It would be great if you can try again with the latest images (after an hour or so ;-) to see if this problem still persists. I have fixed the...
I have triggered the builds, it should be updated in next hour or so.
Can you show me the `DATABASE_URL` for core? It should be something like `mysql+pymysql://username:password@database/mailmandb` I am assuming the above error is because of missing `+pymysql` in above URL. The reason...