hopefully the last one

This commit is contained in:
cool.gitter.not.me.again.duh
2025-05-29 18:20:58 -06:00
parent 3ac8e2c4cb
commit 668647a388
6 changed files with 30 additions and 18 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# Docker Compose environment variables# Delete all comments of this when deploying (everything that is )
# Redis connection (external or internal)
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=CHANGE_ME
# Set to true to filter out explicit content
EXPLICIT_FILTER=false
# User ID for the container
PUID=1000
# Group ID for the container
PGID=1000
# Optional: Sets the default file permissions for newly created files within the container.
UMASK=0022