1
0
Fork 0
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:
hellodword 2024-06-27 15:15:56 +00:00
parent d4c74beee8
commit 63eb2c66bf
No known key found for this signature in database
GPG key ID: 094D44EBA7DBAE80
6 changed files with 0 additions and 9 deletions

View file

@ -1,6 +1,5 @@
services:
any-sync-consensusnode:
image: localbuild-consensusnode
build:
context: .
dockerfile: Dockerfile

View file

@ -1,6 +1,5 @@
services:
any-sync-coordinator:
image: localbuild-coordinator
build:
context: .
dockerfile: Dockerfile

View file

@ -1,6 +1,5 @@
services:
any-sync-filenode:
image: localbuild-filenode
build:
context: .
dockerfile: Dockerfile

View file

@ -1,6 +1,5 @@
services:
any-sync-node-1:
image: localbuild-node
build:
context: .
dockerfile: Dockerfile

View file

@ -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

View file

@ -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