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:
|
||||
any-sync-admin:
|
||||
image: localbuild-admin
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
any-sync-consensusnode:
|
||||
image: localbuild-consensusnode
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
any-sync-coordinator:
|
||||
image: localbuild-coordinator
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
any-sync-filenode:
|
||||
image: localbuild-filenode
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
any-sync-node-1:
|
||||
image: localbuild-node
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
any-sync-node-1:
|
||||
image: localbuild-node
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
# generate configs using the anyconf utility
|
||||
generateconfig-anyconf:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue