1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

chore: fix for development docker-compose

This commit is contained in:
Saad Jutt
2021-11-14 21:12:10 +05:00
parent 4792f15c40
commit 5e7cecf3ea
7 changed files with 14 additions and 18 deletions

View File

@@ -5,6 +5,9 @@ services:
image: sasjs_server_api
build: ./api
environment:
MODE: server
CORS: enable
PORT: 5000
DB_CONNECT: mongodb://mongodb:27017/sasjs
ports:
- 5000:5000