amon icon indicating copy to clipboard operation
amon copied to clipboard

Docker support

Open lkstz opened this issue 7 years ago • 4 comments

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

lkstz avatar Nov 22 '17 09:11 lkstz

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

knokio avatar Jan 08 '18 22:01 knokio

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

Lunik avatar May 24 '18 21:05 Lunik

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?

marcofl avatar Aug 03 '18 09:08 marcofl

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

unclesamwk avatar Aug 10 '18 22:08 unclesamwk