Home Catalog evcc
Smart Home & IoT

evcc

Extensible EV Charge Controller with support for solar/PV charging and dynamic tariffs.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Medium
Default Port: Port 7070

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  evcc:
    image: "evcc/evcc:latest"
    container_name: njorddeploy-evcc
    restart: unless-stopped
    ports:
      - "7070:7070"
    volumes:
      - "./data/evcc/evcc.yaml:/etc/evcc.yaml"
      - "./data/evcc/data:/root/.evcc"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
EVCC_WEB_PORT 7070 evcc web interface port.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.