rebrand to useSend (#210)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
name: unsend-smtp-server
|
||||
name: usesend-smtp-server
|
||||
|
||||
services:
|
||||
smtp-server:
|
||||
container_name: unsend-smtp-server
|
||||
image: unsend/smtp-proxy:latest
|
||||
container_name: usesend-smtp-server
|
||||
image: usesend/smtp-proxy:latest
|
||||
# Pass necessary environment variables
|
||||
environment:
|
||||
SMTP_AUTH_USERNAME: "unsend" # can be anything, just use the same while sending emails
|
||||
UNSEND_BASE_URL: "https://app.unsend.dev" # your self hosted unsend instance url
|
||||
SMTP_AUTH_USERNAME: "usesend" # can be anything, just use the same while sending emails
|
||||
USESEND_BASE_URL: "https://app.usesend.com" # your self hosted useSend instance url
|
||||
|
||||
# Uncomment this if you have SSL certificates. port 465 and 2465 will be using SSL
|
||||
# UNSEND_API_KEY_PATH: "/certs/server.key"
|
||||
# UNSEND_API_CERT_PATH: "/certs/server.crt"
|
||||
# USESEND_API_KEY_PATH: "/certs/server.key"
|
||||
# USESEND_API_CERT_PATH: "/certs/server.crt"
|
||||
# If you have SSL certificates, mount them here (read-only recommended)
|
||||
|
||||
# volumes:
|
||||
|
Reference in New Issue
Block a user