Browse Source

moved to isolated ports

pull/1/head
Rob Colbert 3 years ago
parent
commit
da9cc73c92
  1. 6
      gulpfile.js
  2. 4
      start-local

6
gulpfile.js

@ -22,7 +22,7 @@ function util_start_browsersync ( ) {
return new Promise((resolve, reject) => {
browserSync.init({
proxy: {
target: 'http://localhost:3000',
target: 'http://localhost:3010',
ws: true,
},
host: 'localhost',
@ -31,10 +31,10 @@ function util_start_browsersync ( ) {
// key: path.join(__dirname, 'ssl', 'dtp-webapp.key'),
// cert: path.join(__dirname, 'ssl', 'dtp-webapp.crt'),
// },
port: 3333,
port: 3310,
cors: true,
ui: {
port: 3400,
port: 3410,
},
notify: false,
ghostMode: {

4
start-local

@ -10,7 +10,7 @@ export MINIO_ROOT_USER MINIO_ROOT_PASSWORD MINIO_CI_CD
forever start --killSignal=SIGINT app/workers/host-services.js
forever start --killSignal=SIGINT app/workers/reeeper.js
minio server ./data/minio --console-address ":9001"
minio server ./data/minio --address ":9010" --console-address ":9011"
forever stop app/workers/reeeper.js
forever stop app/workers/host-services.js
forever stop app/workers/host-services.js
Loading…
Cancel
Save