docs: Forgejo git-SSH on host port 9200

This commit is contained in:
Hernâni Marques 2026-07-10 14:38:28 +02:00
parent dc2262b056
commit b0efda7731
No known key found for this signature in database
5 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
# koopa-forgejo — ROOTLESS Forgejo image + rootless podman (user hernani)
# Site: https://git.hacktivism.ch | HTTP :9024 | SSH :2222
# Site: https://git.hacktivism.ch | HTTP :9024 | SSH :9200
services:
forgejo:
image: codeberg.org/forgejo/forgejo:11-rootless
@ -20,7 +20,7 @@ services:
FORGEJO__server__SSH_DOMAIN: git.hacktivism.ch
FORGEJO__server__ROOT_URL: https://git.hacktivism.ch/
FORGEJO__server__HTTP_PORT: "3000"
FORGEJO__server__SSH_PORT: "2222"
FORGEJO__server__SSH_PORT: "9200"
FORGEJO__server__SSH_LISTEN_PORT: "2222"
FORGEJO__server__START_SSH_SERVER: "true"
FORGEJO__server__DISABLE_SSH: "false"
@ -41,7 +41,7 @@ services:
FORGEJO____APP_NAME: "hacktivism git"
ports:
- "9024:3000"
- "2222:2222"
- "9200:2222"
volumes:
- ./data:/var/lib/gitea
- ./config:/etc/gitea
@ -53,7 +53,7 @@ services:
org.hacktivism.service: forgejo
org.hacktivism.variant: rootless
org.hacktivism.host_port: "9024"
org.hacktivism.ssh_port: "2222"
org.hacktivism.ssh_port: "9200"
org.hacktivism.site: git.hacktivism.ch
org.hacktivism.managed_by: koopa-admin
healthcheck: