From 5ac4ef6e41f00583b6e86e90e4f2a78cf19cc58a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 8 Apr 2020 20:06:55 +0200 Subject: [PATCH] Disable mapping for now --- ansible/pre-deploy.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 9d02c11..53d2a9d 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -32,12 +32,14 @@ name: alerta service: postgres - - name: Map application port to free host port - dokku_docker_options: - app: alerta - phase: deploy - option: - - "-p 3050:8080" + # TODO(decentral1se): need to report a bug against this... + # - name: Map application port to free host port + # dokku_docker_options: + # app: alerta + # phase: deploy + # option: + # - "-p 3050:8080" + # state: present - name: Configure the dokku app environment dokku_config: