Added no_logs, asyncs, and optimized listmonk variable names

This commit is contained in:
2025-08-16 02:00:13 +02:00
parent 7ffd79ebd9
commit 1bed83078e
4 changed files with 19 additions and 14 deletions

View File

@@ -2,8 +2,8 @@
application:
{% set container_healthcheck = 'health' %}
{% include 'roles/docker-container/templates/base.yml.j2' %}
image: "{{ listmonk_image }}:{{ listmonk_version }}"
container_name: "{{ listmonk_name }}"
image: "{{ LISTMONK_IMAGE }}:{{ LISTMONK_VERSION }}"
container_name: "{{ LISTMONK_NAME }}"
ports:
- "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}"
volumes: