mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 01:06:42 +02:00
fix(forgejo): fix SSH port mapping + add Forgejo CD pipeline
- docker-compose: fix port mapping 2222:2222 → 2222:22 (sshd listens on 22) - .forgejo/workflows/cd-macmini.yml: new CD pipeline for Forgejo Actions (mirrors .github/workflows/cd-macmini.yml, run_url points to git.mana.how) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b46cbe403b
commit
abb7712749
2 changed files with 416 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ services:
|
|||
- /Volumes/ManaData/forgejo:/data
|
||||
ports:
|
||||
- "3041:3000"
|
||||
- "2222:2222"
|
||||
- "2222:22"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/api/v1/version"]
|
||||
interval: 120s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue