service: Initialize db_published_ports

This commit is contained in:
uumas
2024-11-13 04:25:58 +02:00
parent ae7558a470
commit 006a87f678
2 changed files with 2 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
docker_image: "{{ db_container_image }}" docker_image: "{{ db_container_image }}"
reverse_proxy_type: none reverse_proxy_type: none
docker_mounts: "{{ db_container_mounts }}" docker_mounts: "{{ db_container_mounts }}"
docker_published_ports: "{{ db_published_ports | default([]) }}" docker_published_ports: "{{ db_published_ports }}"
docker_env: "{{ db_container_env | default({}) }}" docker_env: "{{ db_container_env | default({}) }}"
docker_additional_env: {} docker_additional_env: {}
docker_networks: [] docker_networks: []

View File

@@ -34,6 +34,7 @@
container_image: '' container_image: ''
image_user: '' image_user: ''
container_networks: [] container_networks: []
db_published_ports: []
- name: Add suffix to docker_service_name - name: Add suffix to docker_service_name
ansible.builtin.set_fact: ansible.builtin.set_fact: