Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 566 Bytes

cert-updater

Cert update container for letsencrypt-wwlabs.space.

Docker Compose Example

  cert-updater:
    container_name: traefik-certupdate
    build: ./cert-updater
    volumes:
      - ./data/:/data
      - ./config/traefik_dynamic.yml:/traefik_dynamic.yml
    restart: always
    environment:
      CERT_WEB: https://cert.wwlabs.space/letsencrypt/fullchain.pem
      CERT_LOCAL: /data/wwlabs.space.pem
      TRAEFIK_DYNAMIC: /traefik_dynamic.yml
      CHECK_INTERVAL: 3600