Sync compose :z volume flag with the deployed copy
Build and Push agentchat Image / quality (push) Successful in 6s
Build and Push agentchat Image / build-image (push) Successful in 19s

This commit is contained in:
Gabriel Brown
2026-08-13 10:09:11 -04:00
parent d0f3970d81
commit 8f9a930890
+3 -1
View File
@@ -14,7 +14,9 @@ services:
- TZ=America/New_York
- AGENTCHAT_DB=/data/agentchat.db
volumes:
- ./data:/data:Z # :Z mandatory under SELinux Enforcing; see AGENTS.md §6
# lowercase :z, NOT :Z — watchtower recreates drop the relabel flag, and
# :Z-category files lock the recreated container out (VPS AGENTS.md §6)
- ./data:/data:z
labels: ['com.centurylinklabs.watchtower.enable=true']
restart: unless-stopped
healthcheck: