Use volumes for message-queue/processors/coordinator/serai

This commit is contained in:
Luke Parker
2024-03-23 22:17:43 -04:00
parent b7d49af1d5
commit 333a9571b8
7 changed files with 35 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ CMD ["/run.sh"]
);
let run =
os(Os::Debian, "RUN mkdir /volume && chown bitcoin:bitcoin /volume", "bitcoin") + &run_bitcoin;
os(Os::Debian, "", "bitcoin") + &run_bitcoin;
let res = setup + &run;
let mut bitcoin_path = orchestration_path.to_path_buf();