Add reverse proxy settings for Gitea and Bitwarden

This commit is contained in:
2022-05-28 00:18:15 -04:00
parent 3a92921932
commit eccd6b7874
7 changed files with 22 additions and 0 deletions

View File

@@ -73,11 +73,13 @@
template:
src: docker-compose.yml.j2
dest: "{{ gitea_root }}/docker-compose.yml"
notify: restart_gitea
- name: Install Gitea's docker-compose variables
template:
src: compose-env.j2
dest: "{{ gitea_root }}/.env"
notify: restart_gitea
- name: Start and enable Gitea service
service: