feat: add SSH configuration
This commit is contained in:
@@ -9,6 +9,11 @@ services:
|
||||
- GITEA__database__NAME=gitea
|
||||
- GITEA__database__USER=gitea
|
||||
- GITEA__database__PASSWD=check-password-in-keeper
|
||||
# SSH configuration
|
||||
- GITEA__server__START_SSH_SERVER=true
|
||||
- GITEA__server__SSH_DOMAIN=ssh.git.davisdre.com
|
||||
- GITEA__server__SSH_PORT=22
|
||||
- GITEA__server__SSH_LISTEN_PORT=22
|
||||
networks:
|
||||
- db_network
|
||||
- web_gateway
|
||||
|
||||
Reference in New Issue
Block a user