env example and redme docker compose

This commit is contained in:
Julian Krauser 2024-12-31 14:58:38 +01:00
parent 43c18cdc7b
commit b5760202f7
2 changed files with 3 additions and 1 deletions

View file

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

View file

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