mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-07 21:37:01 +09:00
Fix pull access warnings for local builds
This commit is contained in:
parent
d4c74beee8
commit
63eb2c66bf
6 changed files with 0 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
services:
|
||||
any-sync-consensusnode:
|
||||
image: localbuild-consensusnode
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
services:
|
||||
any-sync-coordinator:
|
||||
image: localbuild-coordinator
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
services:
|
||||
any-sync-filenode:
|
||||
image: localbuild-filenode
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
services:
|
||||
any-sync-node-1:
|
||||
image: localbuild-node
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
services:
|
||||
any-sync-node-1:
|
||||
image: localbuild-node
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
@ -9,7 +8,6 @@ services:
|
|||
args:
|
||||
REPO_DIR: repos/any-sync-node/
|
||||
any-sync-node-2:
|
||||
image: localbuild-node
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
@ -18,7 +16,6 @@ services:
|
|||
args:
|
||||
REPO_DIR: repos/any-sync-node/
|
||||
any-sync-node-3:
|
||||
image: localbuild-node
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
services:
|
||||
# generate configs using the anyconf utility
|
||||
generateconfig-anyconf:
|
||||
image: generateconfig-anyconf
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-generateconfig-anyconf
|
||||
|
@ -14,7 +13,6 @@ services:
|
|||
depends_on:
|
||||
generateconfig-anyconf:
|
||||
condition: service_healthy
|
||||
image: generateconfig-processing
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-generateconfig-processing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue