No description
Find a file
miwr 5e47caaee1 - name: logrotate
image: imroc/logrotate:latest
      env:
        - name: LOGROTATE_FILE_PATTERN
          value: "/var/log/nginx/nginx_*.log"
        - name: LOGROTATE_FILESIZE
          value: "20M"
        - name: LOGROTATE_FILENUM
          value: "10"
        - name: CRON_EXPR
          value: "*/1 * * * *"
        - name: CROND_LOGLEVEL
          value: "7"
2025-03-31 11:54:31 +02:00
template - name: logrotate 2025-03-31 11:54:31 +02:00
.gitignore alloy implementation 2025-03-12 13:37:16 +01:00
README.md Added README.md 2024-12-18 14:33:01 +01:00

edpbuilder stacks

This repository contains the building blocks to instanciate Internal Developer Platform's.

Install edpbuilder

To get started, you need to install edpbuilder.