added keys for ssh passthrough
This commit is contained in:
parent
e5876af9e6
commit
f766a881d5
@ -31,9 +31,10 @@ services:
|
||||
- traefik-proxy
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./gitea_data:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ./gitea_data:/data
|
||||
- ${GIT_HOMEDIR}/.ssh:/data/git/.ssh
|
||||
ports:
|
||||
- 3000:3000
|
||||
db:
|
||||
|
@ -9,3 +9,4 @@ TRAEFIK_ROUTER=git_bjphoster_com
|
||||
TRAEFIK_SERVICE=gitbjphostercom
|
||||
USER_GID=1000
|
||||
USER_UID=1000
|
||||
GIT_HOMEDIR=/home/git
|
||||
|
Loading…
Reference in New Issue
Block a user