From 79517b2fe925b142ca32a5cec7707591356817aa Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 20 Aug 2025 01:01:32 +0200 Subject: [PATCH] Optimized spacing --- roles/web-app-attendize/templates/docker-compose.yml.j2 | 2 +- roles/web-app-baserow/templates/docker-compose.yml.j2 | 2 +- roles/web-app-discourse/templates/config.yml.j2 | 2 +- roles/web-app-elk/templates/docker-compose.yml.j2 | 2 +- roles/web-app-friendica/templates/docker-compose.yml.j2 | 2 +- roles/web-app-funkwhale/templates/docker-compose.yml.j2 | 2 +- roles/web-app-gitea/templates/docker-compose.yml.j2 | 2 +- roles/web-app-gitlab/templates/docker-compose.yml.j2 | 2 +- roles/web-app-jenkins/templates/docker-compose.yml.j2 | 2 +- roles/web-app-joomla/templates/docker-compose.yml.j2 | 2 +- roles/web-app-lam/templates/docker-compose.yml.j2 | 2 +- roles/web-app-listmonk/templates/docker-compose.yml.j2 | 2 +- roles/web-app-mailu/templates/docker-compose.yml.j2 | 2 +- roles/web-app-mastodon/templates/docker-compose.yml.j2 | 2 +- roles/web-app-matomo/templates/docker-compose.yml.j2 | 2 +- roles/web-app-mediawiki/templates/docker-compose.yml.j2 | 2 +- roles/web-app-mig/templates/docker-compose.yml.j2 | 2 +- roles/web-app-moodle/templates/docker-compose.yml.j2 | 2 +- roles/web-app-mybb/templates/docker-compose.yml.j2 | 2 +- roles/web-app-navigator/templates/docker-compose.yml.j2 | 2 +- roles/web-app-openproject/templates/docker-compose.yml.j2 | 2 +- roles/web-app-peertube/templates/docker-compose.yml.j2 | 2 +- roles/web-app-pgadmin/templates/docker-compose.yml.j2 | 2 +- roles/web-app-phpldapadmin/templates/docker-compose.yml.j2 | 2 +- roles/web-app-phpmyadmin/templates/docker-compose.yml.j2 | 2 +- roles/web-app-pixelfed/templates/docker-compose.yml.j2 | 2 +- roles/web-app-port-ui/templates/docker-compose.yml.j2 | 2 +- roles/web-app-roulette-wheel/templates/docker-compose.yml.j2 | 2 +- roles/web-app-snipe-it/templates/docker-compose.yml.j2 | 2 +- roles/web-app-sphinx/templates/docker-compose.yml.j2 | 2 +- roles/web-app-taiga/templates/docker-compose.yml.j2 | 2 +- roles/web-app-wordpress/templates/docker-compose.yml.j2 | 2 +- roles/web-app-yourls/templates/docker-compose.yml.j2 | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/roles/web-app-attendize/templates/docker-compose.yml.j2 b/roles/web-app-attendize/templates/docker-compose.yml.j2 index e8483110..023ea7df 100644 --- a/roles/web-app-attendize/templates/docker-compose.yml.j2 +++ b/roles/web-app-attendize/templates/docker-compose.yml.j2 @@ -3,7 +3,7 @@ web: image: "{{ applications | get_app_conf(application_id, 'images.web', True) }}" ports: - - "{{ports.localhost.http[application_id]}}:80" + - "{{ ports.localhost.http[application_id] }}:80" volumes: - .:/usr/share/nginx/html - .:/var/www diff --git a/roles/web-app-baserow/templates/docker-compose.yml.j2 b/roles/web-app-baserow/templates/docker-compose.yml.j2 index b3ee3cd1..c493877c 100644 --- a/roles/web-app-baserow/templates/docker-compose.yml.j2 +++ b/roles/web-app-baserow/templates/docker-compose.yml.j2 @@ -7,7 +7,7 @@ volumes: - data:/baserow/data ports: - - "{{ports.localhost.http[application_id]}}:80" + - "{{ ports.localhost.http[application_id] }}:80" {% include 'roles/docker-container/templates/networks.yml.j2' %} {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} diff --git a/roles/web-app-discourse/templates/config.yml.j2 b/roles/web-app-discourse/templates/config.yml.j2 index e8ee1310..cf47293e 100644 --- a/roles/web-app-discourse/templates/config.yml.j2 +++ b/roles/web-app-discourse/templates/config.yml.j2 @@ -15,7 +15,7 @@ templates: ## If you want Discourse to share a port with another webserver like Apache or nginx, ## see https://meta.discourse.org/t/17247 for details expose: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" # http + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" # http params: db_default_text_search_config: "pg_catalog.english" diff --git a/roles/web-app-elk/templates/docker-compose.yml.j2 b/roles/web-app-elk/templates/docker-compose.yml.j2 index 23ef0ace..d045d606 100644 --- a/roles/web-app-elk/templates/docker-compose.yml.j2 +++ b/roles/web-app-elk/templates/docker-compose.yml.j2 @@ -57,7 +57,7 @@ target: /usr/share/kibana/config/kibana.yml read_only: true ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:5601" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:5601" depends_on: - elasticsearch diff --git a/roles/web-app-friendica/templates/docker-compose.yml.j2 b/roles/web-app-friendica/templates/docker-compose.yml.j2 index 2148b0fc..03870c2e 100644 --- a/roles/web-app-friendica/templates/docker-compose.yml.j2 +++ b/roles/web-app-friendica/templates/docker-compose.yml.j2 @@ -8,7 +8,7 @@ - data:/var/www/data # I assume that this one is unnessecarry - {{ friendica_host_ldap_config }}:{{ friendica_docker_ldap_config }}:ro ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" {% include 'roles/docker-container/templates/healthcheck/msmtp_curl.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} diff --git a/roles/web-app-funkwhale/templates/docker-compose.yml.j2 b/roles/web-app-funkwhale/templates/docker-compose.yml.j2 index 82e5d8f3..0b7c1a89 100644 --- a/roles/web-app-funkwhale/templates/docker-compose.yml.j2 +++ b/roles/web-app-funkwhale/templates/docker-compose.yml.j2 @@ -49,7 +49,7 @@ - "data:{{funkwhale_media_root}}:ro" #- "{{funkwhale_static_root}}:{{funkwhale_static_root}}:ro" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" typesense: {% include 'roles/docker-container/templates/base.yml.j2' %} diff --git a/roles/web-app-gitea/templates/docker-compose.yml.j2 b/roles/web-app-gitea/templates/docker-compose.yml.j2 index 1c4d12cd..358542fe 100644 --- a/roles/web-app-gitea/templates/docker-compose.yml.j2 +++ b/roles/web-app-gitea/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ image: "{{ gitea_image }}:{{ gitea_version }}" container_name: "{{ gitea_container }}" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" - "{{ports.public.ssh[application_id]}}:22" volumes: - data:/data diff --git a/roles/web-app-gitlab/templates/docker-compose.yml.j2 b/roles/web-app-gitlab/templates/docker-compose.yml.j2 index d333b3f9..226ec1a5 100644 --- a/roles/web-app-gitlab/templates/docker-compose.yml.j2 +++ b/roles/web-app-gitlab/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ hostname: '{{ domains | get_domain(application_id) }}' {% include 'roles/docker-container/templates/base.yml.j2' %} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" - "{{ports.public.ssh[application_id]}}:22" volumes: - 'config:/etc/gitlab' diff --git a/roles/web-app-jenkins/templates/docker-compose.yml.j2 b/roles/web-app-jenkins/templates/docker-compose.yml.j2 index 55b25f31..dfed5c78 100644 --- a/roles/web-app-jenkins/templates/docker-compose.yml.j2 +++ b/roles/web-app-jenkins/templates/docker-compose.yml.j2 @@ -3,7 +3,7 @@ image: jenkins/jenkins:lts restart: "{{ DOCKER_RESTART_POLICY }}" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:8080" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:8080" volumes: - jenkins_data:/var/jenkins_home log_driver: journald diff --git a/roles/web-app-joomla/templates/docker-compose.yml.j2 b/roles/web-app-joomla/templates/docker-compose.yml.j2 index 85155597..0c20c692 100644 --- a/roles/web-app-joomla/templates/docker-compose.yml.j2 +++ b/roles/web-app-joomla/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ volumes: - data:/var/www/html ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" {% include 'roles/docker-container/templates/networks.yml.j2' %} {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} diff --git a/roles/web-app-lam/templates/docker-compose.yml.j2 b/roles/web-app-lam/templates/docker-compose.yml.j2 index dab5d626..86705f54 100644 --- a/roles/web-app-lam/templates/docker-compose.yml.j2 +++ b/roles/web-app-lam/templates/docker-compose.yml.j2 @@ -4,7 +4,7 @@ container_name: "{{ lam_container }}" image: "{{ lam_image }}" ports: - - 127.0.0.1:{{ports.localhost.http[application_id]}}:80 + - 127.0.0.1:{{ ports.localhost.http[application_id] }}:80 {% include 'roles/docker-container/templates/base.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} diff --git a/roles/web-app-listmonk/templates/docker-compose.yml.j2 b/roles/web-app-listmonk/templates/docker-compose.yml.j2 index c5000e14..61a1febf 100644 --- a/roles/web-app-listmonk/templates/docker-compose.yml.j2 +++ b/roles/web-app-listmonk/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ image: "{{ LISTMONK_IMAGE }}:{{ LISTMONK_VERSION }}" container_name: "{{ LISTMONK_NAME }}" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" volumes: - {{docker_compose.directories.config}}config.toml:/listmonk/config.toml {% include 'roles/docker-container/templates/networks.yml.j2' %} diff --git a/roles/web-app-mailu/templates/docker-compose.yml.j2 b/roles/web-app-mailu/templates/docker-compose.yml.j2 index a81fcf6c..2aa96943 100644 --- a/roles/web-app-mailu/templates/docker-compose.yml.j2 +++ b/roles/web-app-mailu/templates/docker-compose.yml.j2 @@ -13,7 +13,7 @@ image: {{ MAILU_DOCKER_FLAVOR }}/nginx:{{ MAILU_VERSION }} {% include 'roles/docker-container/templates/base.yml.j2' %} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" - "{{ MAILU_IP4_PUBLIC }}:25:25" - "{{ MAILU_IP4_PUBLIC }}:465:465" - "{{ MAILU_IP4_PUBLIC }}:587:587" diff --git a/roles/web-app-mastodon/templates/docker-compose.yml.j2 b/roles/web-app-mastodon/templates/docker-compose.yml.j2 index 8c3da91c..3d68c13f 100644 --- a/roles/web-app-mastodon/templates/docker-compose.yml.j2 +++ b/roles/web-app-mastodon/templates/docker-compose.yml.j2 @@ -9,7 +9,7 @@ command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p {{ container_port }}" {% include 'roles/docker-container/templates/healthcheck/wget.yml.j2' %} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} volumes: - data:/mastodon/public/system diff --git a/roles/web-app-matomo/templates/docker-compose.yml.j2 b/roles/web-app-matomo/templates/docker-compose.yml.j2 index 1f59a65a..e1c6bc0e 100644 --- a/roles/web-app-matomo/templates/docker-compose.yml.j2 +++ b/roles/web-app-matomo/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ {% include 'roles/docker-container/templates/base.yml.j2' %} image: "{{ matomo_image }}:{{ matomo_version }}" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" volumes: - data:/var/www/html {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} diff --git a/roles/web-app-mediawiki/templates/docker-compose.yml.j2 b/roles/web-app-mediawiki/templates/docker-compose.yml.j2 index 75e6d00a..5f926050 100644 --- a/roles/web-app-mediawiki/templates/docker-compose.yml.j2 +++ b/roles/web-app-mediawiki/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ volumes: - "data:/var/www/html/" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" {% include 'roles/docker-container/templates/networks.yml.j2' %} {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} diff --git a/roles/web-app-mig/templates/docker-compose.yml.j2 b/roles/web-app-mig/templates/docker-compose.yml.j2 index 33295c62..1b158a44 100644 --- a/roles/web-app-mig/templates/docker-compose.yml.j2 +++ b/roles/web-app-mig/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ image: "{{ MIG_IMAGE }}" container_name: "{{ MIG_CONTAINER }}" ports: - - 127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }} + - 127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }} build: context: "{{docker_repository_path}}" dockerfile: Dockerfile diff --git a/roles/web-app-moodle/templates/docker-compose.yml.j2 b/roles/web-app-moodle/templates/docker-compose.yml.j2 index 06c60271..928ef19e 100644 --- a/roles/web-app-moodle/templates/docker-compose.yml.j2 +++ b/roles/web-app-moodle/templates/docker-compose.yml.j2 @@ -8,7 +8,7 @@ dockerfile: Dockerfile image: moodle_custom ports: - - 127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }} + - 127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }} {% include 'roles/docker-container/templates/base.yml.j2' %} volumes: - 'code:{{ bitnami_code_link }}' diff --git a/roles/web-app-mybb/templates/docker-compose.yml.j2 b/roles/web-app-mybb/templates/docker-compose.yml.j2 index aae98ece..9b18be41 100644 --- a/roles/web-app-mybb/templates/docker-compose.yml.j2 +++ b/roles/web-app-mybb/templates/docker-compose.yml.j2 @@ -20,7 +20,7 @@ image: nginx:mainline restart: {{ DOCKER_RESTART_POLICY }} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" volumes: - "{{docker_compose_instance_confd_directory}}:{{target_mount_conf_d_directory}}:ro" - "data:/var/www/html:ro" diff --git a/roles/web-app-navigator/templates/docker-compose.yml.j2 b/roles/web-app-navigator/templates/docker-compose.yml.j2 index 7a598119..4d06659e 100644 --- a/roles/web-app-navigator/templates/docker-compose.yml.j2 +++ b/roles/web-app-navigator/templates/docker-compose.yml.j2 @@ -4,7 +4,7 @@ context: {{ path_infinito_presentation_output.stdout }} dockerfile: {{ path_infinito_presentation_output.stdout }}/Dockerfile ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:5000" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:5000" volumes: - {{ path_infinito_presentation_output.stdout }}:/app - {{ path_infinito_output.stdout }}:/source diff --git a/roles/web-app-openproject/templates/docker-compose.yml.j2 b/roles/web-app-openproject/templates/docker-compose.yml.j2 index b7645cd4..481af7d0 100644 --- a/roles/web-app-openproject/templates/docker-compose.yml.j2 +++ b/roles/web-app-openproject/templates/docker-compose.yml.j2 @@ -20,7 +20,7 @@ x-op-app: &app container_name: {{ openproject_proxy_name }} command: "./docker/prod/proxy" ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" environment: APP_HOST: web depends_on: diff --git a/roles/web-app-peertube/templates/docker-compose.yml.j2 b/roles/web-app-peertube/templates/docker-compose.yml.j2 index 95d2f18d..10f2a5ed 100644 --- a/roles/web-app-peertube/templates/docker-compose.yml.j2 +++ b/roles/web-app-peertube/templates/docker-compose.yml.j2 @@ -7,7 +7,7 @@ {% include 'roles/docker-container/templates/base.yml.j2' %} ports: - "1935:1935" # @todo Add to ports - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" volumes: - assets:/app/client/dist - data:/data diff --git a/roles/web-app-pgadmin/templates/docker-compose.yml.j2 b/roles/web-app-pgadmin/templates/docker-compose.yml.j2 index 3f689a33..2f522a69 100644 --- a/roles/web-app-pgadmin/templates/docker-compose.yml.j2 +++ b/roles/web-app-pgadmin/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ container_name: pgadmin {% include 'roles/docker-container/templates/base.yml.j2' %} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} {% include 'roles/docker-container/templates/healthcheck/wget.yml.j2' %} diff --git a/roles/web-app-phpldapadmin/templates/docker-compose.yml.j2 b/roles/web-app-phpldapadmin/templates/docker-compose.yml.j2 index 5378d6ee..0ed7420c 100644 --- a/roles/web-app-phpldapadmin/templates/docker-compose.yml.j2 +++ b/roles/web-app-phpldapadmin/templates/docker-compose.yml.j2 @@ -4,7 +4,7 @@ container_name: {{ application_id }} image: leenooks/phpldapadmin:{{applications | get_app_conf(application_id, 'version', True)}} ports: - - 127.0.0.1:{{ports.localhost.http[application_id]}}:8080 + - 127.0.0.1:{{ ports.localhost.http[application_id] }}:8080 {% include 'roles/docker-container/templates/base.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} diff --git a/roles/web-app-phpmyadmin/templates/docker-compose.yml.j2 b/roles/web-app-phpmyadmin/templates/docker-compose.yml.j2 index 29f4f02e..c4978d65 100644 --- a/roles/web-app-phpmyadmin/templates/docker-compose.yml.j2 +++ b/roles/web-app-phpmyadmin/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ container_name: "{{ phpmyadmin_container }}" {% include 'roles/docker-container/templates/base.yml.j2' %} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} {% include 'roles/docker-container/templates/healthcheck/tcp.yml.j2' %} diff --git a/roles/web-app-pixelfed/templates/docker-compose.yml.j2 b/roles/web-app-pixelfed/templates/docker-compose.yml.j2 index 2cd9982d..635752a1 100644 --- a/roles/web-app-pixelfed/templates/docker-compose.yml.j2 +++ b/roles/web-app-pixelfed/templates/docker-compose.yml.j2 @@ -8,7 +8,7 @@ - "data:/var/www/storage" - "./env:/var/www/.env" ports: - - "{{ports.localhost.http[application_id]}}:80" + - "{{ ports.localhost.http[application_id] }}:80" {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} worker: diff --git a/roles/web-app-port-ui/templates/docker-compose.yml.j2 b/roles/web-app-port-ui/templates/docker-compose.yml.j2 index 9f071503..a186fb40 100644 --- a/roles/web-app-port-ui/templates/docker-compose.yml.j2 +++ b/roles/web-app-port-ui/templates/docker-compose.yml.j2 @@ -7,7 +7,7 @@ image: application-portfolio container_name: portfolio ports: - - 127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }} + - 127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }} volumes: - {{docker_repository_path}}app:/app restart: unless-stopped diff --git a/roles/web-app-roulette-wheel/templates/docker-compose.yml.j2 b/roles/web-app-roulette-wheel/templates/docker-compose.yml.j2 index 42fd9a37..f89f3fff 100644 --- a/roles/web-app-roulette-wheel/templates/docker-compose.yml.j2 +++ b/roles/web-app-roulette-wheel/templates/docker-compose.yml.j2 @@ -4,7 +4,7 @@ build: context: . ports: - - 127.0.0.1:{{ports.localhost.http[application_id]}}:8080 + - 127.0.0.1:{{ ports.localhost.http[application_id] }}:8080 restart: {{ DOCKER_RESTART_POLICY }} {% include 'roles/docker-compose/templates/networks.yml.j2' %} \ No newline at end of file diff --git a/roles/web-app-snipe-it/templates/docker-compose.yml.j2 b/roles/web-app-snipe-it/templates/docker-compose.yml.j2 index e5bbeb04..ab496ee5 100644 --- a/roles/web-app-snipe-it/templates/docker-compose.yml.j2 +++ b/roles/web-app-snipe-it/templates/docker-compose.yml.j2 @@ -10,7 +10,7 @@ volumes: - data:/var/lib/snipeit ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} {% include 'roles/docker-container/templates/healthcheck/tcp.yml.j2' %} diff --git a/roles/web-app-sphinx/templates/docker-compose.yml.j2 b/roles/web-app-sphinx/templates/docker-compose.yml.j2 index d67eedc2..6ec1eb6e 100644 --- a/roles/web-app-sphinx/templates/docker-compose.yml.j2 +++ b/roles/web-app-sphinx/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ context: {{ path_infinito_sphinx_output.stdout }} dockerfile: {{ path_infinito_sphinx_output.stdout }}/Dockerfile ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" {% include 'roles/docker-container/templates/healthcheck/curl.yml.j2' %} {% include 'roles/docker-container/templates/base.yml.j2' %} {% include 'roles/docker-container/templates/networks.yml.j2' %} diff --git a/roles/web-app-taiga/templates/docker-compose.yml.j2 b/roles/web-app-taiga/templates/docker-compose.yml.j2 index 97d933d7..4bbf8dd4 100644 --- a/roles/web-app-taiga/templates/docker-compose.yml.j2 +++ b/roles/web-app-taiga/templates/docker-compose.yml.j2 @@ -112,7 +112,7 @@ taiga-gateway: image: nginx:alpine ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" volumes: - {{docker_repository_path}}taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf - static-data:/taiga/static diff --git a/roles/web-app-wordpress/templates/docker-compose.yml.j2 b/roles/web-app-wordpress/templates/docker-compose.yml.j2 index 3acce3bd..2e927be0 100644 --- a/roles/web-app-wordpress/templates/docker-compose.yml.j2 +++ b/roles/web-app-wordpress/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ build: context: . ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:80" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:80" volumes: - data:{{ wordpress_docker_html_path }} diff --git a/roles/web-app-yourls/templates/docker-compose.yml.j2 b/roles/web-app-yourls/templates/docker-compose.yml.j2 index 62ba7086..dbaa90b3 100644 --- a/roles/web-app-yourls/templates/docker-compose.yml.j2 +++ b/roles/web-app-yourls/templates/docker-compose.yml.j2 @@ -7,7 +7,7 @@ container_name: "{{ yourls_container }}" {% include 'roles/docker-container/templates/base.yml.j2' %} ports: - - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" + - "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}" {% include 'roles/docker-container/templates/healthcheck/curl.yml.j2' %} {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %}