1
0
Fork 0
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:
Grigory Efimov 2024-05-03 17:20:50 -03:00 committed by GitHub
commit 851ef49bc7
Signed by: github
GPG key ID: B5690EEEBB952194
7 changed files with 0 additions and 8 deletions

View file

@ -1,4 +1,3 @@
version: "3.9"
services:
any-sync-admin:
image: localbuild-admin

View file

@ -1,4 +1,3 @@
version: "3.9"
services:
any-sync-consensusnode:
image: localbuild-consensusnode

View file

@ -1,4 +1,3 @@
version: "3.9"
services:
any-sync-coordinator:
image: localbuild-coordinator

View file

@ -1,4 +1,3 @@
version: "3.9"
services:
any-sync-filenode:
image: localbuild-filenode

View file

@ -1,4 +1,3 @@
version: "3.9"
services:
any-sync-node-1:
image: localbuild-node

View file

@ -1,4 +1,3 @@
version: "3.9"
services:
any-sync-node-1:
image: localbuild-node

View file

@ -1,5 +1,3 @@
version: "3.9"
services:
# generate configs using the anyconf utility
generateconfig-anyconf: