0
0

Redlib: use custom image with custom colours

This commit is contained in:
Opnxng 2024-10-09 12:08:05 +08:00
parent 1567271f6d
commit 9825d14cca
2 changed files with 8 additions and 18 deletions

View File

@ -2,7 +2,8 @@
services: services:
redlib: redlib:
container_name: redlib container_name: redlib
image: quay.io/redlib/redlib:latest #image: quay.io/redlib/redlib:latest
image: git.opnxng.com/opnxng/redlib:latest
security_opt: security_opt:
#- seccomp="seccomp-redlib.json" #- seccomp="seccomp-redlib.json"
- no-new-privileges - no-new-privileges
@ -12,11 +13,10 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Asia/Singapore - TZ=Asia/Singapore
- RELIB_DEFAULT_THEME=black
- REDLIB_DEFAULT_SHOW_NSFW=on - REDLIB_DEFAULT_SHOW_NSFW=on
- REDLIB_DEFAULT_BLUR_NSFW=off - REDLIB_DEFAULT_BLUR_NSFW=off
- REDLIB_DEFAULT_LAYOUT=card - REDLIB_DEFAULT_LAYOUT=card
- REDLIB_DEFAULT_THEME=dark # - REDLIB_DEFAULT_THEME=dark
- REDLIB_SFW_ONLY=off - REDLIB_SFW_ONLY=off
# - REDLIB_BANNER= # - REDLIB_BANNER=
- REDLIB_ROBOTS_DISABLE_INDEXING=on - REDLIB_ROBOTS_DISABLE_INDEXING=on
@ -35,4 +35,4 @@ services:
networks: networks:
redlib: redlib:
name: redlib name: redlib

View File

@ -1,22 +1,12 @@
config:
oracle1:
- searxng
oracle2:
- searxng
oracle3:
- searxng
oracle4:
- searxng
compose: compose:
oracle1: oracle1:
- searxng - redlib
oracle2: oracle2:
- searxng - redlib
oracle3: oracle3:
- searxng - redlib
oracle4: oracle4:
- searxng - redlib
# ---------------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------------