Skip to content

Commit

Permalink
Adjust on proxy ports
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Sep 24, 2024
1 parent ce2072f commit d88d92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spawnctl/lib/spawnctl/commands/dev/run.ex
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ defmodule SpawnCtl.Commands.Dev.Run do
|> Container.with_environment("USER_FUNCTION_PORT", "#{opts.actor_host_port}")
|> Container.with_environment("RELEASE_NAME", "#{opts.name}")
|> Container.with_fixed_port(opts.proxy_bind_port)
|> Container.with_exposed_port(opts.proxy_bind_grpc_port)
|> maybe_use_host_network(opts)
|> maybe_use_database_volume(opts)
|> Container.with_label("spawn.actorsystem.name", opts.actor_system)
Expand Down

0 comments on commit d88d92c

Please sign in to comment.