Skip to content

Commit

Permalink
rename to dncore_network
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 9, 2024
1 parent fd6a5a3 commit 50210f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
context: web3signer/signer
dockerfile: Dockerfile
networks:
monitoring_dev_network:
dncore_network:
aliases:
- web3signer.web3signer.dappnode

Expand All @@ -38,7 +38,7 @@ services:
context: web3signer/flyway
dockerfile: Dockerfile
networks:
monitoring_dev_network:
dncore_network:
aliases:
- flyway.web3signer.dappnode
depends_on:
Expand All @@ -50,7 +50,7 @@ services:
context: web3signer/postgres
dockerfile: Dockerfile
networks:
monitoring_dev_network:
dncore_network:
aliases:
- postgres.web3signer.dappnode
healthcheck:
Expand All @@ -64,13 +64,13 @@ services:
context: web3signer/brain
dockerfile: Dockerfile
networks:
monitoring_dev_network:
dncore_network:
aliases:
- brain.web3signer.dappnode

networks:
monitoring_dev_network:
name: monitoring_dev_network
dncore_network:
name: dncore_network


volumes:
Expand Down

0 comments on commit 50210f8

Please sign in to comment.