This commit is contained in:
parent
9ac7ef6e8d
commit
c9b31d53c7
1 changed files with 5 additions and 0 deletions
|
@ -3,4 +3,9 @@ services:
|
||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:4321"
|
- "${APP_PORT}:4321"
|
||||||
|
environment:
|
||||||
|
- JMAP_ACCESS_TOKEN=${JMAP_ACCESS_TOKEN}
|
||||||
|
- JMAP_ACCOUNT_ID=${JMAP_ACCOUNT_ID}
|
||||||
|
- FROM_EMAIL=${FROM_EMAIL}
|
||||||
|
- TO_EMAIL=${TO_EMAIL}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue