diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index e9d1b52..8160050 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -26,3 +26,10 @@ mappings: - "http:3000:3000" state: absent + + - name: Set HTTP 443 port + dokku_ports: + app: gitea + mappings: + - "https:443:3000" + state: present