Skip to content

Commit

Permalink
[PLA-1659] Remove decoder from submodules (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Mar 6, 2024
1 parent 6f49f51 commit 7bd2c22
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "wallet-daemon"]
path = wallet-daemon
url = https://github.com/enjin/wallet-daemon.git
[submodule "platform-decoder"]
path = platform-decoder
url = https://github.com/enjin/platform-decoder.git
url = https://github.com/enjin/wallet-daemon.git
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ services:
- "${REDIS_EXTERNAL_PORT}:6379"

decoder:
image: enjin/decoder:latest
build:
context: ./platform-decoder
image: enjin/platform-decoder:latest
restart: unless-stopped
ports:
- "${DECODER_EXTERNAL_PORT}:8090"
Expand Down
Empty file removed logs/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion platform-decoder
Submodule platform-decoder deleted from 08c536
1 change: 0 additions & 1 deletion wallet-daemon
Submodule wallet-daemon deleted from 549da7

0 comments on commit 7bd2c22

Please sign in to comment.