phase 8: forgejo sync config, authentik-ldap SSO service, runbook update
This commit is contained in:
parent
bd76c9f448
commit
24be0b06c8
3 changed files with 119 additions and 3 deletions
|
|
@ -9,9 +9,16 @@ services:
|
|||
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__DOMAIN=gitforge.kitestacks.com
|
||||
- FORGEJO__server__ROOT_URL=https://gitforge.kitestacks.com/
|
||||
- FORGEJO__server__SSH_DOMAIN=gitforge.kitestacks.com
|
||||
- FORGEJO__server__SSH_PORT=2222
|
||||
volumes:
|
||||
- ./data:/data
|
||||
networks:
|
||||
- default
|
||||
- kitestacks
|
||||
|
||||
networks:
|
||||
kitestacks:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue