mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update ports
This commit is contained in:
parent
a3d721618b
commit
672299e8f7
@ -10,7 +10,7 @@ services:
|
|||||||
build: packages/server
|
build: packages/server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3010:3000"
|
- "5000:5000"
|
||||||
env_file:
|
env_file:
|
||||||
- api.env
|
- api.env
|
||||||
volumes:
|
volumes:
|
||||||
@ -19,6 +19,6 @@ services:
|
|||||||
build: packages/message_server
|
build: packages/message_server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3020:3020"
|
- "3005:3005"
|
||||||
env_file:
|
env_file:
|
||||||
- messaging.env
|
- messaging.env
|
@ -5,8 +5,8 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json"
|
|||||||
|
|
||||||
const envOrigins = {
|
const envOrigins = {
|
||||||
"development": {
|
"development": {
|
||||||
mainApi: `http://${window.location.hostname}:3000`,
|
mainApi: `http://${window.location.hostname}:3010`,
|
||||||
messagingApi: `http://${window.location.hostname}:3001`,
|
messagingApi: `http://${window.location.hostname}:3030`,
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
mainApi: "http://api.comty.pw",
|
mainApi: "http://api.comty.pw",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user