-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Please check the box indicating where you encountered the bug:
- Self-hosted instance
- Official instance (yeetfile.com)
Describe the bug
OS: Synology
APP: Container Manager
When building using docker compose. Database does not build/connect correctly. Cannot upload anything to postgres. all db features, signup, signin, etc; do not work.
If self-hosted, please include non-private environment variables below
- YEETFILE_DEBUG=${YEETFILE_DEBUG:-0}
- YEETFILE_STORAGE=${YEETFILE_STORAGE:-local}
- YEETFILE_DEFAULT_USER_STORAGE=${YEETFILE_DEFAULT_USER_STORAGE:--1}
- YEETFILE_DEFAULT_USER_SEND=${YEETFILE_DEFAULT_USER_SEND:--1}
- YEETFILE_HOST=${YEETFILE_HOST:-0.0.0.0}
- YEETFILE_PORT=${YEETFILE_PORT:-8090}
- POSTGRES_HOST_AUTH_METHOD=${POSTGRES_HOST_AUTH_METHOD:-md5}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working