Update GLPI-Knowledge
release-tag / release-image (push) Successful in 1m35s

This commit is contained in:
2026-07-28 14:35:03 +02:00
parent 8ac1f97174
commit 4cfdac042d
18 changed files with 992 additions and 29 deletions
+12 -9
View File
@@ -1,16 +1,19 @@
services:
agent-data-init:
image: alpine:3.22
user: 0:0
command:
- sh
- -c
- |
mkdir -p /app/data
chown -R 65532:65532 /app/data
build:
context: .
target: data-init
restart: "no"
user: "0:0"
volumes:
- agent-data:/app/data
restart: no
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- CHOWN
- FOWNER
agent:
build: .