mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-03 19:56:36 +00:00
Merge branch 'develop' into tendermint
This commit is contained in:
commit
4859e8c27e
7 changed files with 2 additions and 3 deletions
2
.github/nightly-version
vendored
2
.github/nightly-version
vendored
|
@ -1 +1 @@
|
|||
nightly-2022-09-01
|
||||
nightly-2022-10-01
|
||||
|
|
0
deploy/coins/bitcoin/scripts/entry-dev.sh
Normal file → Executable file
0
deploy/coins/bitcoin/scripts/entry-dev.sh
Normal file → Executable file
0
deploy/coins/ethereum/scripts/entry-dev.sh
Normal file → Executable file
0
deploy/coins/ethereum/scripts/entry-dev.sh
Normal file → Executable file
0
deploy/coins/monero/scripts/entry-dev.sh
Normal file → Executable file
0
deploy/coins/monero/scripts/entry-dev.sh
Normal file → Executable file
|
@ -38,8 +38,6 @@ services:
|
|||
args:
|
||||
TAG: serai
|
||||
entrypoint: /scripts/entry-dev.sh
|
||||
volumes:
|
||||
- "./serai/scripts:/scripts"
|
||||
|
||||
serai-base:
|
||||
<<: *serai_defaults
|
||||
|
|
|
@ -36,6 +36,7 @@ WORKDIR /home/serai
|
|||
# Copy necessary files to run node
|
||||
COPY --from=builder /serai/target/release/* /bin/
|
||||
COPY --from=builder /serai/AGPL-3.0 .
|
||||
COPY deploy/serai/scripts /scripts
|
||||
|
||||
# Run node
|
||||
EXPOSE 30333 9615 9933 9944
|
||||
|
|
0
deploy/serai/scripts/entry-dev.sh
Normal file → Executable file
0
deploy/serai/scripts/entry-dev.sh
Normal file → Executable file
Loading…
Reference in a new issue