Skip to content

How to set email for admin user via compose.yaml? #261

@froemken

Description

@froemken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions