Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- healthchecks:
- image: linuxserver/healthchecks
- container_name: healthchecks
- security_opt:
- - no-new-privileges:true
- networks:
- - mainstack
- environment:
- - PUID=$PUID
- - PGID=$PGID
- - TZ=$TZ
- - SITE_ROOT="http://192.168.1.9"
- - SITE_NAME=healthchecks
- - DEFAULT_FROM_EMAIL=<email>
- - EMAIL_HOST=smtp.gmail.com
- - EMAIL_PORT=587
- - EMAIL_HOST_USER=<email>
- - EMAIL_HOST_PASSWORD=<pw>
- - EMAIL_USE_TLS=True
- - ALLOWED_HOSTS=*
- - SUPERUSER_EMAIL=<email>
- - SUPERUSER_PASSWORD=<pw>
- - DEBUG=True
- volumes:
- - $USERDIR/docker/healthchecks:/config
- ports:
- - 8798:8000
- restart: unless-stopped
Add Comment
Please, Sign In to add comment