#25-cleanup-&-enhancements #26

Merged
jkeffects merged 4 commits from #25-cleanup-&-enhancements into main 2025-01-02 17:37:19 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit b5760202f7 - Show all commits

View file

@ -17,3 +17,4 @@ MAIL_PORT = mail_portnumber
MAIL_SECURE (true|false) // true for port 465, fals for other ports
CLUB_NAME = clubname
CLUB_WEBSITE = https://my-club-website-url

View file

@ -37,6 +37,7 @@ services:
- MAIL_PORT=<port>
- MAIL_SECURE=<boolean>
- CLUB_NAME=<tobemodified>
- CLUB_WEBSITE=<tobemodified>
volumes:
- <volume|local path>:/app/export
networks: