Skip to content

Commit

Permalink
fix redlib
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Nov 25, 2024
1 parent 7610f02 commit 40487cb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions templates/compose/redlib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@

services:
redlib:
image: 'quay.io/redlib/redlib:latest'
restart: always
container_name: redlib
image: quay.io/redlib/redlib:latest
environment:
- SERVICE_FQDN_REDLIB_8080=${SERVICE_FQDN_REDLIB_8080:-localhost}
- SERVICE_FQDN_REDLIB_8080
- REDLIB_SFW_ONLY=${REDLIB_SFW_ONLY:-off}
- REDLIB_BANNER=${REDLIB_BANNER:-""}
- REDLIB_ROBOTS_DISABLE_INDEXING=${REDLIB_ROBOTS_DISABLE_INDEXING:-off}
Expand All @@ -33,9 +31,8 @@ services:
- REDLIB_DEFAULT_HIDE_SCORE=${REDLIB_DEFAULT_HIDE_SCORE:-off}
- REDLIB_DEFAULT_FIXED_NAVBAR=${REDLIB_DEFAULT_FIXED_NAVBAR:-on}
user: nobody
read_only: true
security_opt:
- 'no-new-privileges:true'
- no-new-privileges:true
cap_drop:
- ALL
healthcheck:
Expand Down

0 comments on commit 40487cb

Please sign in to comment.