Abhilash Raj

Results 169 comments of Abhilash Raj

I don't think so that the IP addresses set would be a problem unless you are using the same subnet locally for something else too?

The last change didn't really change anything in HK, so this is interesting. I will work on investigating what is the core issue behind this.

Yeah, but mostly for personal reasons. I am looking for a better workflow to tag and upload the web & core container separately. Possibly in an automated manner after I...

You can use either, both of them point to same image. 0.2 is a moving target and the next time I publish a 0.2.x image, 0.2 will point to that...

On January 25, 2019 8:27:33 PM PST, brianemwd wrote: >You might want to add to the bottom of the update instructions: >$ docker-compose start mailman-core >$ docker-compose start mailman-web Docker-compose...

How long did you wait for? It usually takes anywhere between 10 to 30 seconds to bring up the REST Runners. You can check if the container itself came up...

I would definitely be open to that, but I am not sure I have sufficient expertise myself to do that. Contributions are welcome!

https://github.com/maxking/docker-mailman/commit/cde320477cd7c08f32db2cd04a7d50d47b0550ea Added some support for testing the docker images. It is still in initial stages and just tests if mailman-core container comes up. It would be good to run a...

It would be good to have tests with all the databases as well. By default, testing with Sqlite shouldn't take too much. Neither would testing with MySQL.

Try running `python manage.py hyperkitty_import --help` inside the mailman-web container. It should work. django-admin requires you to setup settings correctly, and then it will work too.