mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
13 lines
540 B
Django/Jinja
13 lines
540 B
Django/Jinja
{% include 'roles/docker-compose/templates/base.yml.j2' %}
|
|
|
|
collabora:
|
|
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
|
image: "{{ COLLABORA_IMAGE }}:{{ COLLABORA_VERSION }}"
|
|
container_name: {{ COLLABORA_CONTAINER }}
|
|
ports:
|
|
- "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/networks.yml.j2' %}
|
|
|
|
{% include 'roles/docker-compose/templates/networks.yml.j2' %}
|