Add Gitea Actions CI/CD workflow and production deployment files
Build & Deploy / build (release) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Nirodan
2026-05-06 14:04:55 +02:00
parent ac31290a87
commit 9c0efcd89b
3 changed files with 127 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
tools-app:
image: git.nirodan.de/Nirodan/tools-app:latest
container_name: tools-app
restart: unless-stopped
ports:
- "5000:5000"
env_file:
- .env
networks:
- tools-net
networks:
tools-net:
driver: bridge