Try to change default Gitea port
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
dokku_ports:
|
||||
app: gitea
|
||||
mappings:
|
||||
- "http:80:3000"
|
||||
- "http:80:{{ http_port }}"
|
||||
state: present
|
||||
|
||||
- name: Setup LE certificates
|
||||
@ -37,7 +37,7 @@
|
||||
dokku_ports:
|
||||
app: gitea
|
||||
mappings:
|
||||
- "https:443:3000"
|
||||
- "https:443:{{ http_port }}"
|
||||
state: present
|
||||
|
||||
- name: Ensure jq package is installed
|
||||
|
@ -9,6 +9,7 @@ disable_registration: "true"
|
||||
domain: "git.autonomic.zone"
|
||||
enable_openid_signin: "true"
|
||||
enable_openid_signup: "true"
|
||||
http_port: "3020"
|
||||
install_lock: "true"
|
||||
ssh_domain: "git.autonomic.zone"
|
||||
ssh_listen_port: "2222"
|
||||
|
Reference in New Issue
Block a user