Run app exec in the kamal network

All other containers run in the kamal network, so let's add app exec-ed
containers as well.
This commit is contained in:
Donal McBreen
2024-09-19 14:29:33 +01:00
parent 9fe1821cae
commit 834b343ded
3 changed files with 11 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ module Kamal::Commands::App::Execution
docker :run,
("-it" if interactive),
"--rm",
"--network", "kamal",
*role&.env_args(host),
*argumentize("--env", env),
*config.volume_args,