Skip to content

Commit

Permalink
Fix common docker-compose project name to be the network
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 15, 2024
1 parent 8f74a59 commit 54ccb7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run/common/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sanchonet
name: ${NETWORK}
services:
cardano-node:
image: ghcr.io/intersectmbo/cardano-node:${NODE_TAG}
Expand Down
1 change: 1 addition & 0 deletions run/private/docker/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NETWORK="private"
1 change: 1 addition & 0 deletions run/private/nix/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NETWORK="private"
1 change: 1 addition & 0 deletions run/sanchonet/docker/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NETWORK="sanchonet"
1 change: 1 addition & 0 deletions run/sanchonet/nix/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NETWORK="sanchonet"

0 comments on commit 54ccb7f

Please sign in to comment.