Add container deployment: Dockerfile, compose, systemd unit, redeploy script
Some checks failed
ci / test (push) Has been cancelled
ci / release (push) Has been cancelled

Multi-stage build (node -> go -> alpine) producing the static tefterd
binary with the frontend embedded. Compose follows the house style for
the podman/SELinux server (:Z volume label + label:disable). deploy/
holds the user systemd unit and redeploy-tefter.sh, mirroring the
apelacija setup.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 12:26:01 +02:00
parent 54cf69914f
commit 2ebfa4caaf
6 changed files with 114 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.git
.gitea
build
desktop
frontend/node_modules
frontend/dist
server/webdist/dist
notes.zip
*.md
.env.docker