Add VIRTUAL_PORT to gitea

This commit is contained in:
Jesper Hess 2019-02-13 08:41:41 +01:00
parent e30f05d3e4
commit 454fc751d2
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
# old DNS: 138.68.71.153
- name: gitea network
docker_network:
name: gitea
@ -22,5 +22,6 @@
- "22:22"
env:
VIRTUAL_HOST: "{{ gitea.domain }}"
VIRTUAL_PORT: "3000"
LETSENCRYPT_HOST: "{{ gitea.domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"