Sign inSign up

osshelp/promtail

By osshelp

Updated over 3 years ago

Customized official image with some useful tweaks

Image
1

1.4K

osshelp/promtail repository overview

Description

Based on official promtail image with entrypoint and healthcheck added.

Deploy example

  promtail:
    image: osshelp/promtail:stable
    deploy:
      mode: global
    environment:
      LOKI_HOST: $LOKI_SYSTEM_HOST
      SERVER_NAME: $PROMTAIL_SERVER_NAME
    volumes:
      - /var/log:/var/log
      - /mnt/docker/promtail/tmp:/tmp
    networks:
      - net

Parameters

SettingDefaultDescription
LOKI_HOSThttp://loki:3100Loki server host
SERVER_NAMECurrent hostnameServer name log label
DEBUG-Enable debug mode

Sources

Source repository is available at Github here.

License

GPL3

Author

OSSHelp Team, see https://oss.help

Tag summary

Content type

Image

Digest

sha256:d24a9367d

Size

46.4 MB

Last updated

over 3 years ago

docker pull osshelp/promtail