Fix SSH clone URL and set ROOT_URL
This commit is contained in:
parent
053c5f264e
commit
be6d1437bd
@ -41,6 +41,9 @@
|
|||||||
DB_NAME: "{{ gitea_dbname }}"
|
DB_NAME: "{{ gitea_dbname }}"
|
||||||
DB_USER: "{{ gitea_dbuser }}"
|
DB_USER: "{{ gitea_dbuser }}"
|
||||||
DB_PASSWD: "{{ gitea_dbpass }}"
|
DB_PASSWD: "{{ gitea_dbpass }}"
|
||||||
|
ROOT_URL: "https://{{ gitea_domain }}/"
|
||||||
|
SSH_DOMAIN: "{{ gitea_domain }}"
|
||||||
|
DOMAIN: "{{ gitea_domain }}"
|
||||||
labels:
|
labels:
|
||||||
traefik.http.routers.gitea.rule: "Host(`{{ gitea_domain }}`)"
|
traefik.http.routers.gitea.rule: "Host(`{{ gitea_domain }}`)"
|
||||||
traefik.http.routers.gitea.entrypoints: websecure
|
traefik.http.routers.gitea.entrypoints: websecure
|
||||||
|
Loading…
Reference in New Issue
Block a user