ソースを参照

Merge pull request #2600 from etkecc/fix-honoroit-networks

fix honoroit networks
pull/2601/head
Slavi Pantaleev 3年前
committed by GitHub
コミット
d725424f39
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更4行の追加4行の削除
  1. +3
    -3
      roles/custom/matrix-bot-honoroit/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2

+ 3
- 3
roles/custom/matrix-bot-honoroit/defaults/main.yml ファイルの表示

@@ -55,14 +55,14 @@ matrix_bot_honoroit_container_labels_traefik_additional_response_headers: "{{ ma
matrix_bot_honoroit_container_labels_traefik_additional_response_headers_auto: {}
matrix_bot_honoroit_container_labels_traefik_additional_response_headers_custom: {}

# matrix_bot_buscarron_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
# matrix_bot_honoroit_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
# See `../templates/labels.j2` for details.
#
# Example:
# matrix_bot_buscarron_container_labels_additional_labels: |
# matrix_bot_honoroit_container_labels_additional_labels: |
# my.label=1
# another.label="here"
matrix_bot_buscarron_container_labels_additional_labels: ''
matrix_bot_honoroit_container_labels_additional_labels: ''

# A list of extra arguments to pass to the container
matrix_bot_honoroit_container_extra_arguments: []


+ 1
- 1
roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2 ファイルの表示

@@ -16,7 +16,7 @@ Environment="HOME={{ devture_systemd_docker_base_systemd_unit_home_path }}"
ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} kill matrix-bot-honoroit 2>/dev/null || true'
ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-bot-honoroit 2>/dev/null || true'

ExecStart={{ devture_systemd_docker_base_host_command_docker }} create \
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--rm \
--name=matrix-bot-honoroit \
--log-driver=none \


読み込み中…
キャンセル
保存