I finally found the music instance I used to post in and it turns out it's dead now :(

Direct me to the specialistic instance for music posting please and thank you :(

(I'm still staying in cupoftea for general toots dw ✌️)

#instancehelp #instancemove #instances #music #musiclovers #sharingmusic

For anyone setting up an instance, do you need to specify a database password in the .env file or in the Docker Compose file?

I don’t know if leaving it blank is a security concern. Here is the relevent part of my .env file:

DB_HOST=db
DB_PORT=5432
DB_NAME={whatever I want}
DB_USER=postgres
DB_PASS=
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=

#docker #instancehelp