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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user