All checks were successful
Docker Deploy / build-and-push (push) Successful in 49s
11 lines
272 B
YAML
11 lines
272 B
YAML
services:
|
|
app:
|
|
image: ${IMAGE}
|
|
ports:
|
|
- "${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
|