This add-on integrates Notification Server into your DDEV project.
ddev add-on get d34dman/ddev-notification-server
ddev restart
After installation, make sure to commit the .ddev
directory to version control.
Command | Description |
---|---|
ddev describe |
View service status and used ports for Notification Server |
ddev logs -s notification-server |
Check Notification Server logs |
To change the Docker image:
ddev dotenv set .ddev/.env.notification-server --notification-server-docker-image="ghcr.io/d34dman/notification-server:main"
ddev add-on get d34dman/ddev-notification-server
ddev restart
Make sure to commit the .ddev/.env.notification-server
file to version control.
All customization options (use with caution):
Variable | Flag | Default |
---|---|---|
NOTIFICATION_SERVER_DOCKER_IMAGE |
--notification-server-docker-image |
ghcr.io/d34dman/notification-server:main |
Contributed and maintained by @d34dman