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

@@ -7,6 +7,9 @@ nats:
# Define the docker image to be used for this container.
image: "{{ feedstack_nats_container_image }}:{{ feedstack_nats_container_tag }}"
# Define the user that the container should be run as.
user: "{{ docker_user_id }}:{{ docker_group_id }}"
# Define the path where application data for this container will be stored.
appdata_directory: "{{ docker_appdata_directory }}/nats"