Logo
Explore Help
Sign In
hjess/ti
1
0
Fork 0
You've already forked ti
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
7e5ef3c4b5a257e55700426d92a5aa54194675f9
ti/Makefile

17 lines
234 B
Makefile
Raw Normal View History

Fix workflow: use debian-host runner and registry.i80.dk Match BlaaAi deployment pattern: debian-host runner, Harbor registry, nomad CLI directly, NOMAD_ADDR=https://nomad.i80.dk:4646. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 01:00:04 +02:00
IMAGE ?= registry.i80.dk/gitea/citti
Add Flask shopping app with Nomad deployment Flask app serving the Citti shopping list with SQLite persistence, per-category item addition, dynamic custom categories, photo upload, and a post-trip price analysis page. - Port 9756, DATA_DIR env var for persistent volume in Nomad - Gitea Actions pipeline builds Docker image and deploys via Nomad API - Makefile targets: run, install, build, push Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 00:54:07 +02:00
TAG ?= latest
.PHONY: run install build push
run:
python app.py
install:
pip install -r requirements.txt
build:
docker build -t $(IMAGE):$(TAG) .
push: build
docker push $(IMAGE):$(TAG)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 34ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API