Skip to content

Commit

Permalink
runner volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Sep 24, 2024
1 parent dff0dc5 commit c58c542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/images/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ fn runner(img: &RunnerImage, jarvis: &JarvisImage) -> Result<Config<String>> {
format!("JARVIS_URL=http://{}:{}", domain(&jarvis.name), jarvis.port),
format!("ROCKET_ADDRESS=0.0.0.0"),
format!("ROCKET_PORT={}", img.port),
format!("DB_PATH=/home/runner"),
];

if img.broker_url.is_empty() {
Expand Down

0 comments on commit c58c542

Please sign in to comment.