mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
Merge pull request #44 from anyproto/dockerComposeVersionIsObsolete
Remove version from docker as it is deprecated
This commit is contained in:
commit
851ef49bc7
7 changed files with 0 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
any-sync-admin:
|
any-sync-admin:
|
||||||
image: localbuild-admin
|
image: localbuild-admin
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
any-sync-consensusnode:
|
any-sync-consensusnode:
|
||||||
image: localbuild-consensusnode
|
image: localbuild-consensusnode
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
any-sync-coordinator:
|
any-sync-coordinator:
|
||||||
image: localbuild-coordinator
|
image: localbuild-coordinator
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
any-sync-filenode:
|
any-sync-filenode:
|
||||||
image: localbuild-filenode
|
image: localbuild-filenode
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
any-sync-node-1:
|
any-sync-node-1:
|
||||||
image: localbuild-node
|
image: localbuild-node
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
any-sync-node-1:
|
any-sync-node-1:
|
||||||
image: localbuild-node
|
image: localbuild-node
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# generate configs using the anyconf utility
|
# generate configs using the anyconf utility
|
||||||
generateconfig-anyconf:
|
generateconfig-anyconf:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue