Remove Containerfile and update Docker Compose configuration; add GitHub Actions workflow for automated image build and push

This commit is contained in:
sha
2026-03-20 14:24:02 +02:00
parent 42cf48a9a4
commit 120695c0a5
4 changed files with 44 additions and 25 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
services:
redmine-mcp:
build:
context: .
dockerfile: Containerfile
image: ghcr.io/shadoll/redmine-mcp:latest
ports:
- "8765:8000"
environment: