Compare commits

..

No commits in common. "bb0b7fbd14e7702e8f03a0717c5a439e3cac64b8" and "18225e0c66ffa5c749b9bcbce2afa6781575c68f" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View File

@ -8,8 +8,6 @@ git clone https://git.4nkweb.com/4nk/sdk_common.git -b blindbit
git clone https://git.4nkweb.com/4nk/sdk_relay.git -b blindbit
```
Compléter le fichier de conf pour sdk_relay
## Only for dev:
Dans sdk_relay/Cargo.toml -> dependencies remplacer sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "blindbit" } par sdk_common = { path = "../sdk_common" }

View File

@ -96,8 +96,6 @@ services:
lecoffre-back:
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
container_name: lecoffre-back
ports:
- "8080:8080"
networks:
btcnet:
aliases:
@ -105,18 +103,6 @@ services:
labels:
- "com.centurylinklabs.watchtower.enable=true"
lecoffre-front:
image: git.4nkweb.com/4nk/lecoffre-front:latest
container_name: lecoffre-front
ports:
- "3000:3000"
networks:
btcnet:
aliases:
- lecoffre-front
labels:
- "com.centurylinklabs.watchtower.enable=true"
watchtower:
image: containrrr/watchtower
container_name: watchtower