Update container definitions to run all services as a non-root user.

This commit is contained in:
2026-03-06 15:03:22 +00:00
parent 7b2081b94c
commit 496424982e
5 changed files with 21 additions and 1 deletions

View File

@@ -34,4 +34,5 @@
- name: Run the docker-compose role to apply the docker-compose.yml file.
import_role:
name: "docker-compose"
...
...