mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
creating docker
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user