mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 14:07:02 +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:
|
services:
|
||||||
any-sync-consensusnode:
|
any-sync-consensusnode:
|
||||||
image: localbuild-consensusnode
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
services:
|
services:
|
||||||
any-sync-coordinator:
|
any-sync-coordinator:
|
||||||
image: localbuild-coordinator
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
services:
|
services:
|
||||||
any-sync-filenode:
|
any-sync-filenode:
|
||||||
image: localbuild-filenode
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
services:
|
services:
|
||||||
any-sync-node-1:
|
any-sync-node-1:
|
||||||
image: localbuild-node
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
services:
|
services:
|
||||||
any-sync-node-1:
|
any-sync-node-1:
|
||||||
image: localbuild-node
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -9,7 +8,6 @@ services:
|
||||||
args:
|
args:
|
||||||
REPO_DIR: repos/any-sync-node/
|
REPO_DIR: repos/any-sync-node/
|
||||||
any-sync-node-2:
|
any-sync-node-2:
|
||||||
image: localbuild-node
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -18,7 +16,6 @@ services:
|
||||||
args:
|
args:
|
||||||
REPO_DIR: repos/any-sync-node/
|
REPO_DIR: repos/any-sync-node/
|
||||||
any-sync-node-3:
|
any-sync-node-3:
|
||||||
image: localbuild-node
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# generate configs using the anyconf utility
|
# generate configs using the anyconf utility
|
||||||
generateconfig-anyconf:
|
generateconfig-anyconf:
|
||||||
image: generateconfig-anyconf
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-generateconfig-anyconf
|
dockerfile: Dockerfile-generateconfig-anyconf
|
||||||
|
@ -14,7 +13,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
generateconfig-anyconf:
|
generateconfig-anyconf:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
image: generateconfig-processing
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-generateconfig-processing
|
dockerfile: Dockerfile-generateconfig-processing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue