Environment Setup - valboosky/rd-filebot GitHub Wiki
Environment Setup
Create a .env
file in the project root with the following values:
POSTGRES_DB=rdfilebot
POSTGRES_USER=rdadmin
POSTGRES_PASSWORD=changeme
PORT_BACKEND=3001
PORT_FRONTEND=3000
PUID=1000
PGID=1000
TZ=America/New_York
UMASK=002
Make sure the folders you bind in docker-compose.yml
are writable by the user/group matching PUID
and PGID
.