Skip to content

Commit

Permalink
Merge pull request #28 from restatedev/do-not-track
Browse files Browse the repository at this point in the history
Set DO_NOT_TRACK on all deployed restate containers
  • Loading branch information
jackkleeman authored Jan 13, 2025
2 parents 05346b1 + ee6f442 commit 2cd408b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class RestateContainer(
// These envs should not be overriden by envs
withEnv("RESTATE_ADMIN__BIND_ADDRESS", "0.0.0.0:$RUNTIME_ADMIN_ENDPOINT_PORT")
withEnv("RESTATE_INGRESS__BIND_ADDRESS", "0.0.0.0:$RUNTIME_INGRESS_ENDPOINT_PORT")
withEnv("DO_NOT_TRACK", "true")

this.network = network
this.networkAliases = arrayListOf(hostname)
Expand Down

0 comments on commit 2cd408b

Please sign in to comment.