mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-15 22:42:52 +00:00
Add seccomp (merge 441)
This commit is contained in:
parent
f26c8be931
commit
28611da602
2 changed files with 127 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue