Changed some gitea settings

This commit is contained in:
2023-04-03 13:35:21 -04:00
parent 0ec6598004
commit bccc81e496
3 changed files with 13 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ services:
- traefik
- default
ports:
- "127.0.0.1:2222:2222"
- "127.0.0.1:2222:22"
environment:
- "USER_UID={{ service_user.uid }}"
- "USER_GID={{ service_user.group }}"
@@ -31,6 +31,7 @@ services:
- GITEA__server__SSH_LISTEN_PORT=2222
- "GITEA__server__DOMAIN=git.{{ personal_domain }}"
- "GITEA__server__ROOT_URL=https://git.{{ personal_domain }}"
- GITEA__server__LANDING_PAGE=explore
volumes:
- "{{ data_dir }}/gitea:/data"
- /etc/localtime:/etc/localtime:ro