Add seccomp (merge 441)

This commit is contained in:
Matthew Esposito 2023-12-26 15:46:20 -05:00
parent f26c8be931
commit 28611da602
No known key found for this signature in database
2 changed files with 127 additions and 0 deletions

View file

@ -15,6 +15,8 @@ services:
- ALL
networks:
- libreddit
security_opt:
- seccomp="seccomp-libreddit.json"
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
interval: 5m