creating docker

This commit is contained in:
2022-12-18 20:27:07 -03:00
parent b5515f5df7
commit b5313169f3
3 changed files with 31 additions and 0 deletions

12
docker-compose.yml Normal file
View 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}