env example and redme docker compose
This commit is contained in:
parent
43c18cdc7b
commit
b5760202f7
2 changed files with 3 additions and 1 deletions
|
@ -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
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue