mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-23 21:09:52 +01:00
Added serve command back in.
This commit is contained in:
parent
5b8dcf32d5
commit
63133d6599
@ -19,7 +19,8 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
|
|||||||
-p {{ matrix_jwt_service_port }}:8080 \
|
-p {{ matrix_jwt_service_port }}:8080 \
|
||||||
--env-file={{ matrix_element_call_base_path }}/config/env \
|
--env-file={{ matrix_element_call_base_path }}/config/env \
|
||||||
--label-file={{ matrix_element_call_base_path }}/config/jwt-service-labels \
|
--label-file={{ matrix_element_call_base_path }}/config/jwt-service-labels \
|
||||||
{{ matrix_jwt_service_image }}
|
{{ matrix_jwt_service_image }} \
|
||||||
|
serve
|
||||||
|
|
||||||
{% for network in matrix_element_call_container_additional_networks %}
|
{% for network in matrix_element_call_container_additional_networks %}
|
||||||
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} matrix-jwt-service
|
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} matrix-jwt-service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user