Skip to content

Commit

Permalink
feat: Add support for DockerNetwork in Config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 16, 2025
1 parent 0bc21e2 commit eb81bbd
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 34 deletions.
79 changes: 45 additions & 34 deletions pkg/config/v1/config.pb.go

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

2 changes: 2 additions & 0 deletions pkg/config/v1/config.pb.validate.go

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

2 changes: 2 additions & 0 deletions proto/config/v1/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ message Config {
string pprof_address = 8;
// OutputServer is the configuration for the output server.
OutputServer output_server = 9;
// DockerNetwork is the name of the docker network to use.
string docker_network = 10;
}

// OutputServer represents configuration for the output server.
Expand Down

0 comments on commit eb81bbd

Please sign in to comment.