Skip to content

Commit

Permalink
Merge pull request #137 from playground/auto-setup
Browse files Browse the repository at this point in the history
update nodemon
  • Loading branch information
playground authored Nov 6, 2024
2 parents 422f690 + 948824d commit 9bd0101
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build/common/src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ export declare class Env {
getDockerToken(): any;
getEdgeOwner(): any;
getEdgeDeploy(): any;
getAppPort(): any;
getExposePort(): any;
}
8 changes: 8 additions & 0 deletions build/common/src/env.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/common/src/env.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/common/src/hzn-config/object.policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"destinationOrgID": "$HZN_ORG_ID",
"destinationPolicy": {
"constraints": [
"worker-safety == \"Worker Safety\""
"$SERVICE_CONSTRAINTS"
],
"services": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"image": "$SERVICE_CONTAINER",
"binds": ["$MMS_SHARED_VOLUME:$VOLUME_MOUNT:rw"],
"ports": [
{ "HostIP": "0.0.0.0", "HostPort": "3000:3000/tcp" }
{ "HostIP": "0.0.0.0", "HostPort": "$EXPOSE_PORT:$APP_PORT/tcp" }
],
"privileged": true
}
Expand Down

0 comments on commit 9bd0101

Please sign in to comment.