Open lkstz opened 6 years ago
I haver a docker-compose for which I can share.
Here is something to start with https://github.com/Lunik/amon-docker
What's the status here? I'm having problem (http 500) running amon in docker when for example accessing /install/
AttributeError: 'Settings' object has no attribute 'REMOTE_PORT'
I'm using tag 6.0 with the compose from @Lunik mentioned here before. Also I had to set ALLOWED_HOSTS = ['*']
to make it basically work in docker.
any idea?
I've add https https support with traefik and letsecrypyt as merge request to https://github.com/Lunik/amon-docker
According to PR #183, especially @martinrusev's comment, having an "official" amon docker image on Docker Hub would be a nice feature.