Просмотр исходного кода

Use the managed Steam registration

pull/5555/merge
Slavi Pantaleev 1 день назад
Родитель
Сommit
506b21f76c
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      roles/custom/matrix-bridge-steam/templates/systemd/matrix-steam-bridge.service.j2

+ 2
- 1
roles/custom/matrix-bridge-steam/templates/systemd/matrix-steam-bridge.service.j2 Просмотреть файл

@@ -25,12 +25,13 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--network={{ matrix_bridge_steam_container_network }} \ --network={{ matrix_bridge_steam_container_network }} \
--mount type=bind,src={{ matrix_bridge_steam_config_path }},dst=/app/config,ro \ --mount type=bind,src={{ matrix_bridge_steam_config_path }},dst=/app/config,ro \
--mount type=bind,src={{ matrix_bridge_steam_data_path }},dst=/app/data \ --mount type=bind,src={{ matrix_bridge_steam_data_path }},dst=/app/data \
--env=REGISTRATION_FILE=/app/config/registration.yaml \
--label-file={{ matrix_bridge_steam_base_path }}/labels \ --label-file={{ matrix_bridge_steam_base_path }}/labels \
{% for arg in matrix_bridge_steam_container_extra_arguments %} {% for arg in matrix_bridge_steam_container_extra_arguments %}
{{ arg }} \ {{ arg }} \
{% endfor %} {% endfor %}
{{ matrix_bridge_steam_container_image }} \ {{ matrix_bridge_steam_container_image }} \
/usr/bin/steam -c /app/config/config.yaml -r /app/config/registration.yaml --no-update
-r /app/config/registration.yaml --no-update


{% if matrix_bridge_steam_container_network != 'host' %} {% if matrix_bridge_steam_container_network != 'host' %}
{% for network in matrix_bridge_steam_container_additional_networks %} {% for network in matrix_bridge_steam_container_additional_networks %}


Загрузка…
Отмена
Сохранить