mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
12 lines
271 B
YAML
12 lines
271 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
backend:
|
|
build: .
|
|
ports:
|
|
- "${PORT}:${PORT}"
|
|
environment:
|
|
- NOTION_INTEGRATION_ID=${NOTION_INTEGRATION_ID}
|
|
- NOTION_INTEGRATION_SECRET=${NOTION_INTEGRATION_SECRET}
|
|
- PORT=${PORT}
|
|
- NODE_ENV=${NODE_ENV} |