mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
chore: update hi-events template to version 1.9.0-beta and add smtp mail configuration (#911)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
all-in-one:
|
||||
image: daveearley/hi.events-all-in-one:v0.8.0-beta.1
|
||||
image: daveearley/hi.events-all-in-one:v1.9.0-beta
|
||||
restart: always
|
||||
environment:
|
||||
- VITE_FRONTEND_URL=https://${DOMAIN}
|
||||
@@ -20,6 +20,8 @@ services:
|
||||
- MAIL_MAILER
|
||||
- MAIL_HOST
|
||||
- MAIL_PORT
|
||||
- MAIL_USERNAME
|
||||
- MAIL_PASSWORD
|
||||
- MAIL_FROM_ADDRESS
|
||||
- MAIL_FROM_NAME
|
||||
depends_on:
|
||||
|
||||
@@ -16,6 +16,8 @@ env = [
|
||||
"MAIL_MAILER=",
|
||||
"MAIL_HOST=",
|
||||
"MAIL_PORT=",
|
||||
"MAIL_USERNAME=",
|
||||
"MAIL_PASSWORD=",
|
||||
"MAIL_FROM_ADDRESS=",
|
||||
"MAIL_FROM_NAME=",
|
||||
]
|
||||
|
||||
@@ -3111,7 +3111,7 @@
|
||||
{
|
||||
"id": "hi-events",
|
||||
"name": "Hi.events",
|
||||
"version": "0.8.0-beta.1",
|
||||
"version": "1.9.0-beta",
|
||||
"description": "Hi.Events is a self-hosted event management and ticket selling platform that allows you to create, manage and promote events easily.",
|
||||
"logo": "hi-events.svg",
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user