1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Remove version from docker as it is deprecated

This commit is contained in:
Grigory Efimov 2024-05-03 17:15:24 -03:00
parent 1c74358e92
commit d97f23f266
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939
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: