Newer
Older
irrigation-system / docker-compose.yaml
frozendragon 18 hours ago 338 bytes init
services:
  esphome:
    container_name: esphome
    image: ghcr.io/esphome/esphome:stable
    volumes:
      - /home/frozendragon/projects/irrigation-system/config:/config
      - /etc/localtime:/etc/localtime:ro
    restart: always
    privileged: true
    network_mode: host
    environment:
      - USERNAME=user
      - PASSWORD=pass