Logo
Explore Help
Register Sign In
explewd/stash
1
0
Fork 0
You've already forked stash
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4a6a373f1e8e9230f919f640b78a0e40b36a302f
stash/docker-compose.yml

16 lines
352 B
YAML
Raw Normal View History

Add Docker deploy and Gitea Actions CI, plus a local testing guide Dockerfile/docker-compose.yml mirror keep's pattern — same better-sqlite3 native-addon build story, same pull_policy: always + named volume for the SQLite DB so redeploys don't lose captured articles. Gitea Actions workflow builds and pushes to the Gitea container registry on push to main (needs a TKNTKN repo secret, same as keep/wisp/npm-statuspage). TESTING.md is the step-by-step for running the server + loading the extension unpacked, written up from what was actually verified end-to-end in the previous session. Verified: image builds, server starts and responds inside the container, capture works, and data survives a container restart. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-12 23:31:19 +02:00
services:
app:
image: ${IMAGE}
container_name: stash
restart: unless-stopped
pull_policy: always
ports:
- "${HOST_PORT:-3070}:3070"
volumes:
# Named volume, not a bind mount — the SQLite DB holding captured
# articles and tokens must survive redeploys.
- stash-data:/app/data
volumes:
stash-data:
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 28ms Template: 1ms
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