config: sync docker configs 2026-06-08T03:59:55Z
This commit is contained in:
parent
9b4d283e23
commit
38af27c7cb
199 changed files with 10640 additions and 92 deletions
17
apps/forgejo/docker-compose.yml
Normal file
17
apps/forgejo/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
forgejo:
|
||||
image: codeberg.org/forgejo/forgejo:11
|
||||
container_name: forgejo
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3006:3000"
|
||||
- "2222:22"
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- FORGEJO__server__DOMAIN=192.168.1.205
|
||||
- FORGEJO__server__ROOT_URL=http://192.168.1.205:3006
|
||||
- FORGEJO__server__SSH_DOMAIN=192.168.1.205
|
||||
- FORGEJO__server__SSH_PORT=2222
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Loading…
Add table
Add a link
Reference in a new issue