Add redlib/compose.yml
This commit is contained in:
parent
790659f02f
commit
bc63616290
24
redlib/compose.yml
Normal file
24
redlib/compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
services:
|
||||||
|
redlib:
|
||||||
|
image: quay.io/redlib/redlib:latest
|
||||||
|
restart: always
|
||||||
|
container_name: "redlib"
|
||||||
|
ports:
|
||||||
|
- 4243:8080
|
||||||
|
user: nobody
|
||||||
|
read_only: true
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
# - seccomp=seccomp-redlib.json
|
||||||
|
cap_drop:
|
||||||
|
- ALL
|
||||||
|
env_file: .env
|
||||||
|
networks:
|
||||||
|
- redlib
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:4243/settings"]
|
||||||
|
interval: 5m
|
||||||
|
timeout: 3s
|
||||||
|
|
||||||
|
networks:
|
||||||
|
redlib:
|
Loading…
Reference in New Issue
Block a user