Skip to content

Commit

Permalink
Fix pull access warnings for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodword committed Jun 27, 2024
1 parent d4c74be commit 63eb2c6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docker-compose.any-sync-consensusnode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
any-sync-consensusnode:
image: localbuild-consensusnode
build:
context: .
dockerfile: Dockerfile
Expand Down
1 change: 0 additions & 1 deletion docker-compose.any-sync-coordinator.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
any-sync-coordinator:
image: localbuild-coordinator
build:
context: .
dockerfile: Dockerfile
Expand Down
1 change: 0 additions & 1 deletion docker-compose.any-sync-filenode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
any-sync-filenode:
image: localbuild-filenode
build:
context: .
dockerfile: Dockerfile
Expand Down
1 change: 0 additions & 1 deletion docker-compose.any-sync-node-1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
any-sync-node-1:
image: localbuild-node
build:
context: .
dockerfile: Dockerfile
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.any-sync-node-all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
any-sync-node-1:
image: localbuild-node
build:
context: .
dockerfile: Dockerfile
Expand All @@ -9,7 +8,6 @@ services:
args:
REPO_DIR: repos/any-sync-node/
any-sync-node-2:
image: localbuild-node
build:
context: .
dockerfile: Dockerfile
Expand All @@ -18,7 +16,6 @@ services:
args:
REPO_DIR: repos/any-sync-node/
any-sync-node-3:
image: localbuild-node
build:
context: .
dockerfile: Dockerfile
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
# generate configs using the anyconf utility
generateconfig-anyconf:
image: generateconfig-anyconf
build:
context: .
dockerfile: Dockerfile-generateconfig-anyconf
Expand All @@ -14,7 +13,6 @@ services:
depends_on:
generateconfig-anyconf:
condition: service_healthy
image: generateconfig-processing
build:
context: .
dockerfile: Dockerfile-generateconfig-processing
Expand Down

0 comments on commit 63eb2c6

Please sign in to comment.