add swoosh and oban

This commit is contained in:
2022-02-08 19:59:23 -05:00
parent acf64cee18
commit a39c3da351
26 changed files with 365 additions and 84 deletions

View File

@ -10,8 +10,15 @@ services:
- DATABASE_URL="ecto://postgres:postgres@cannery-db/cannery"
# Use `docker run -it shibaobun/cannery mix phx.gen.secret` to generate a secret key base
- SECRET_KEY_BASE="change-me-this-is-really-important-seriously-change-it"
# uncomment to enable sign ups, watch for spam!
# uncomment to enable public sign ups, not recommended
# - REGISTRATION="public"
# - SMTP_HOST="cannery.example.tld" # must be set!
# - SMTP_PORT="587" # optional
# - SMTP_USERNAME="username"
# - SMTP_PASSWORD="password"
# - SMTP_SSL="false" # optional
# - EMAIL_FROM="no-reply@cannery.example.tld" # optional
# - EMAIL_NAME="Cannery" # optional
expose:
- "4000"
depends_on: