🚚 Rename git host_port variable for gitea to forgejo
This commit is contained in:
parent
3b31b3427a
commit
4ec9865eeb
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@
|
|||
restart_policy: unless-stopped
|
||||
detach: yes
|
||||
ports:
|
||||
- 127.0.0.1:{{ gitea_host_port }}:3000
|
||||
- 127.0.0.1:{{ forgejo_host_port }}:3000
|
||||
- 2222:2222
|
||||
env:
|
||||
TZ: "{{ timezone }}"
|
||||
|
@ -78,7 +78,7 @@
|
|||
name: setup_http_site_proxy
|
||||
vars:
|
||||
site_name: "gitea.n39.eu"
|
||||
proxy_port: "{{ gitea_host_port }}"
|
||||
proxy_port: "{{ forgejo_host_port }}"
|
||||
|
||||
- name: Ensure apt-cacher container is running
|
||||
docker_container:
|
||||
|
|
|
@ -29,7 +29,7 @@ influxdb_image: influxdb:2.4-alpine
|
|||
influxdb_init_username: admin
|
||||
influxdb_init_password: "{{ vault_influxdb_init_password }}"
|
||||
|
||||
gitea_host_port: 9091
|
||||
forgejo_host_port: 9091
|
||||
|
||||
prosody_config_dir: "/etc/prosody"
|
||||
prosody_data_dir: "{{ data_dir }}/prosody"
|
||||
|
|
Loading…
Reference in a new issue