• v0.1.0 7ca55bc94d

    Add image-based deployment for control panels
    CI / Lint & Type Check (push) Failing after 3m5s
    CI / Daemon Build & Test (push) Failing after 13s
    CI / Docker Build (push) Has been skipped
    CI / Publish images (push) Has been skipped

    hibna released this 2026-08-02 17:39:58 +00:00 | 6 commits to main since this release

    docker-compose.panel.yml deploys every service from a published image.
    A control panel writes only a compose file and an .env into its project
    directory, so the build: stanzas of docker-compose.yml cannot resolve
    their context there.

    CI pushes api, migrate, web and daemon images to the Gitea container
    registry on v* tags. The migrate stage ships as its own image because
    the panel compose runs it as a one-shot service before the API starts.

    The web port is named HOST_PORT: panels reverse-proxy "the" port of an
    installation and need to know which one that is when a stack publishes
    more than one.

    Co-Authored-By: Claude Opus 5 noreply@anthropic.com

    Downloads