mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-16 19:24:58 +00:00
web-svc-coturn: Add resource limits and fix docker-compose template
- Set CPU, memory reservation/limit, and PID limit for coturn - Ensure docker_compose_file_creation_enabled and disable git repo pulling - Move certificate mounts to volumes and fix env var interpolation in command - Correct realm and user formatting See: https://chatgpt.com/share/66f65f18-799c-800a-95f4-b6b26511e9cb
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
- name: "Load 'sys-stk-semi-stateless' for '{{ application_id }}'"
|
||||
include_role:
|
||||
name: sys-stk-semi-stateless
|
||||
name: sys-stk-semi-stateless
|
||||
vars:
|
||||
docker_compose_file_creation_enabled: true
|
||||
docker_pull_git_repository: false
|
Reference in New Issue
Block a user