Skip to content

openwrt-builder

Git Repository

Dockerfile

  • Dockerfile
    docker build --tag registry.czy21-internal.com/library/openwrt-builder:latest --file Dockerfile . --pull
    

Docker Compose

  • deploy.yml
    docker-compose --project-name openwrt-builder --file deploy.yml up --detach --remove-orphans
    
    # https://github.com/czy21/openwrt-plugin/settings/actions/runners/new
    # run github actions-runner
    ./run.sh > run.log 2>&1 &