Skip to content

Commit

Permalink
correções para garantir o funcionamento de produção
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioconselheiro committed Oct 18, 2023
1 parent eab0e08 commit b98cd49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostrboot-btc2poke",
"version": "0.0.0",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"lint": "nx run-many --target=lint --all",
Expand Down
4 changes: 1 addition & 3 deletions packages/btc2poke/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ volumes:
driver_opts:
type: none
o: bind
device: ./node_modules
device: ${PWD}/node_modules

secrets:
nostr_keys:
Expand All @@ -18,7 +18,6 @@ services:
nostrboot-btc2poke:
image: nostrboot-btc2poke
container_name: nostrboot-btc2poke
#user: btc2poke
build:
context: ./.
dockerfile: ./Dockerfile
Expand All @@ -32,7 +31,6 @@ services:
- NOSTR_PRIVATE_NSEC_FILE=/run/secrets/nostr_keys
- COINAPI_PRIVATE_KEY_FILE=/run/secrets/coinapi_keys
- NOSTR_RELAYS=wss://relay.nostrica.com;wss://nostr.plebchain.org;wss://relay.nostriches.org;wss://bitcoiner.social;wss://relay.nostrplebs.com;wss://nostr.rocks;wss://nostr.relayer.se;wss://relay.nostr.ch;wss://nostr.sandwich.farm;wss://relay.mostr.pub;wss://nostr-pub.wellorder.net;wss://relay.snort.social;wss://nostr.bitcoiner.social;wss://nostr.inosta.cc;wss://puravida.nostr.land;wss://atlas.nostr.land;wss://nostr.milou.lol;wss://brb.io;wss://nostr.zebedee.cloud;wss://nostr.frennet.xyz
- TZ=America/Sao_Paulo
tty: true
secrets:
- nostr_keys
Expand Down
10 changes: 8 additions & 2 deletions packages/btc2poke/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"name": "@nostrboot-btc2poke/btc2poke",
"version": "0.0.1",
"type": "commonjs"
"version": "0.0.2",
"type": "commonjs",
"dependencies": {
"axios": "^0.21.4",
"node-schedule": "^2.1.1",
"nostr-tools": "^1.17.0",
"tslib": "^2.3.0"
}
}

0 comments on commit b98cd49

Please sign in to comment.