Skip to content

Commit

Permalink
Disable nirvati for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Sep 13, 2023
1 parent 3dcb44b commit 738016e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
command: |
cd generator
docker buildx build --progress plain --push --platform ${BUILD_PLATFORMS} --tag bitcart/docker-compose-generator:latest \
--tag ghcr.io/bitcart/docker-compose-generator:latest \
--tag harbor.nirvati.org/bitcart/docker-compose-generator:latest .
--tag ghcr.io/bitcart/docker-compose-generator:latest .
workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion generator/docker-components/monero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: bitcart/bitcart-xmr:stable
environment:
XMR_NETWORK: ${XMR_NETWORK:-mainnet}
XMR_SERVER: ${XMR_SERVER:-http://node.community.rino.io:18081}
XMR_SERVER: ${XMR_SERVER:-https://node.sethforprivacy.com}
XMR_DEBUG: ${XMR_DEBUG:-false}
expose:
- "5011"
Expand Down

0 comments on commit 738016e

Please sign in to comment.