version: '3' services: renovate: image: renovate/renovate:34.8.1 env_file: .env restart: always environment: RENOVATE_CONFIG_FILE: "/opt/renovate/config.json" LOG_LEVEL: info volumes: - "./config.json:/opt/renovate/config.json"