Fix SSH clone URL and set ROOT_URL

This commit is contained in:
Kris Lamoureux 2020-09-20 02:33:37 -04:00
parent 053c5f264e
commit be6d1437bd
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -41,6 +41,9 @@
DB_NAME: "{{ gitea_dbname }}"
DB_USER: "{{ gitea_dbuser }}"
DB_PASSWD: "{{ gitea_dbpass }}"
ROOT_URL: "https://{{ gitea_domain }}/"
SSH_DOMAIN: "{{ gitea_domain }}"
DOMAIN: "{{ gitea_domain }}"
labels:
traefik.http.routers.gitea.rule: "Host(`{{ gitea_domain }}`)"
traefik.http.routers.gitea.entrypoints: websecure