services:
    common-settings:
        logging:
            driver: "json-file"
            options:
                max-size: "10m"
                max-file: "10"
                compress: "true"
        environment:
            TZ: Europe/Berlin
        restart: unless-stopped