dappnode / DAppNode

General repository of the project dappnode
GNU General Public License v3.0
580 stars 99 forks source link

Migrate from docker-compose to docker compose #598

Closed 3alpha closed 6 months ago

3alpha commented 9 months ago

As docker-compose is deprecated, we must migrate to docker compoe command eventually.

This shouldn't have too much impact on overall system as majority of complexity of compose handling is done inside DAppManager which as its own binary, we still must be very careful about making this change.

That is the reason I added script which would make "alias" to docker-compose so we don't inadvertanly break any functionality.

I have tested this but thorough testing of this should be done as it is critical to the functionality of whole system.

dappnodedev commented 8 months ago

I have tested fresh install on a NUC 13 and docker installation has been successful. However, we need to fix bind compose, as dncore_network seems to be causing an error due to it not existing before trying to start bind containers

dappnodedev commented 8 months ago

The issue with bind has been fixed after Bind v0.2.7 has been released