amonapp / amon

Amon is a modern server monitoring platform.
https://docs.amon.cx
GNU Affero General Public License v3.0
1.33k stars 108 forks source link

Docker support #190

Open lkstz opened 6 years ago

lkstz commented 6 years ago

According to PR #183, especially @martinrusev's comment, having an "official" amon docker image on Docker Hub would be a nice feature.

knokio commented 6 years ago

I haver a docker-compose for which I can share.

Lunik commented 6 years ago

Here is something to start with https://github.com/Lunik/amon-docker

marcofl commented 6 years ago

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?

unclesamwk commented 6 years ago

I've add https https support with traefik and letsecrypyt as merge request to https://github.com/Lunik/amon-docker