Cleaned up bridgy fed

This commit is contained in:
2025-09-04 17:09:35 +02:00
parent 904040589e
commit 00c99e58e9
9 changed files with 39 additions and 106 deletions

View File

@@ -2,20 +2,8 @@
include_role:
name: sys-stk-full-stateless
- name: "Include front proxy for {{ container_hostname }}:{{ ports.localhost.http[application_id] }}"
- name: "Include front proxy for {{ container_hostname}}:{{ ports.localhost.http[application_id] }}"
include_role:
name: sys-stk-front-proxy
vars:
domain: "{{ container_hostname }}"
http_port: "{{ ports.localhost.http[application_id] }}"
- name: "Provide Dockerfile"
copy:
src: "Dockerfile"
dest: "{{ docker_compose.directories.instance }}/Dockerfile"
notify:
- docker compose build
- name: "Run once marker"
set_fact:
run_once_web_app_bridgy_fed: true
- include_tasks: utils/run_once.yml