This commit is contained in:
@@ -26,13 +26,15 @@ services:
|
|||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
- SSH_PORT=222
|
- SSH_PORT=222
|
||||||
- SSH_LISTEN_PORT=22
|
- SSH_LISTEN_PORT=2222
|
||||||
|
- START_SSH_SERVER=true
|
||||||
|
- GITEA_APP_INI=/data/gitea/conf/app.ini
|
||||||
- GITEA__webhook__ALLOWED_HOST_LIST=loopback,jenkins
|
- GITEA__webhook__ALLOWED_HOST_LIST=loopback,jenkins
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
ports:
|
ports:
|
||||||
- "222:22"
|
- "222:2222"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
|
|||||||
Reference in New Issue
Block a user