Compare commits

..

2 Commits

Author SHA256 Message Date
a444fa4558 - fix: launcher not passing args properly 2024-12-18 12:15:44 -05:00
9735b59598 - fix: consul.json file encoding 2024-12-18 01:05:03 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -108,8 +108,8 @@
command: agent -dev -client=0.0.0.0
ports:
- "8500:8500"
# volumes:
# - ./scripts/consul.json:/consul/config/cors.json:ro
volumes:
- ./scripts/consul.json:/consul/config/cors.json
volumes:
db_data:

View File

@@ -23,7 +23,7 @@ fn create_command() -> Command {
#[cfg(target_os = "linux")]
fn create_command() -> Command {
let mut command = Command::new("bottles-cli");
command.arg("run").arg("-p").arg("TRose").arg("-b").arg("OsIRose v3").arg("--");
command.arg("run").arg("-p").arg("TRose").arg("-b").arg("OsIRose").arg("--args");
command
}

2
scripts/consul.json Normal file → Executable file
View File

@@ -1,4 +1,4 @@
{
{
"http_config": {
"response_headers": {
"Access-Control-Allow-Origin": "*"