Add envs/ + Containerfile for tfgrid_deploy + forge_docker_publish #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
No deployment parity artifacts exist.
tfgrid_deployexpects anenvs/directory with per-environment configs (dev/staging/prod) plus Makefile targets for single-VM TFGrid deploys.forge_docker_publishexpects aContainerfileplusMakefiletargets for building and publishing container images via Podman.Goals
envs/{dev,staging,prod}/with per-env config templates (sockets, ports, logging, feature flags).Containerfileat repo root that produces a runnable image containing the server + UI + CLI binaries.docker-build,docker-publish,tfgrid-deploy-{dev,staging,prod}..forgejo/workflows/publish-container.yamlthat builds + pushes on tag.Related skills:
tfgrid_deploy,forge_docker_publish.