-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hello,
I have setup Bugsink with docker compose:
...
web:
image: bugsink/bugsink:2
depends_on:
db:
condition: service_healthy
restart: unless-stopped
ports:
- "8000:8000"
environment:
SECRET_KEY: "123456789...until...50...chars"
CREATE_SUPERUSER: "admin:admin"
PORT: 8000
DATABASE_URL: "mysql://bugsink:BugSink@1234@db:3306/bugsink"
BEHIND_HTTPS_PROXY: "false"
BASE_URL: "http://localhost:8000"
TIME_ZONE: "Europe/Berlin"
SINGLE_USER: true
EMAIL_HOST: "sslout.de"
EMAIL_HOST_USER: "1234user"
EMAIL_HOST_PASSWORD: "DoNotTrustThisPassword"
EMAIL_PORT: 465
EMAIL_USE_TLS: false
EMAIL_USE_SSL: true
DEFAULT_FROM_EMAIL: "[email protected]"
...
Works good, but I do not get any error mail information and I don't find any EMAIL_TO or ADMIN_MAIL or EMAIL_DEFAULT_TO environment variable.
Am I blind? Don't find something related in docs.
Nice greetings from germany
Stefan
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels