1
0
Fork 0
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:
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: services:
any-sync-consensusnode: any-sync-consensusnode:
image: localbuild-consensusnode
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile

View file

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

View file

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

View file

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

View file

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

View file

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