Removed useless ending of a environment variable and added a proper logo for redlib

This commit is contained in:
librelol
2024-11-13 16:24:34 -05:00
parent 0928261019
commit 943ca56201

View File

@@ -1,7 +1,7 @@
# documentation: https://github.com/redlib-org/redlib # documentation: https://github.com/redlib-org/redlib
# An alternative private front-end to Reddit, with its origins in Libreddit. # An alternative private front-end to Reddit, with its origins in Libreddit.
# tags: frontend, feed # tags: frontend, feed
# logo: svgs/freshrss.png # logo: svgs/redlib.svg
# port: 8080 # port: 8080
services: services:
@@ -10,7 +10,7 @@ services:
restart: always restart: always
container_name: redlib container_name: redlib
environment: environment:
- SERVICE_FQDN_REDLIB_8080=${SERVICE_FQDN_REDLIB_8080} - SERVICE_FQDN_REDLIB_8080
- REDLIB_SFW_ONLY=off - REDLIB_SFW_ONLY=off
- REDLIB_BANNER="" - REDLIB_BANNER=""
- REDLIB_ROBOTS_DISABLE_INDEXING=off - REDLIB_ROBOTS_DISABLE_INDEXING=off