Skip to content

Commit

Permalink
add network in missing services
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 9, 2024
1 parent a80d67b commit 5089f8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,28 @@ services:
volumes:
- ./listener/cmd:/app/cmd
- ./listener/internal:/app/internal
networks:
dncore_network:
aliases:
- listener.dappnode

mongo:
extends:
file: docker-compose.yml
service: mongo
networks:
dncore_network:
aliases:
- mongo.dappnode

ui:
extends:
file: docker-compose.yml
service: ui
networks:
dncore_network:
aliases:
- ui.dappnode

# Below services simulates web3signer setup

Expand Down

0 comments on commit 5089f8c

Please sign in to comment.