You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Instead of specifying the services in the project definition it should also be possible to specify an existing docker-compose file that is already used in the project source.
Example:
deployment:
type: containerservice_file: ../../docker-compose.yml # relative path from the project configuration file
Mutually exclusive with services setting.
It will then extract the information that can currently be set in project definition from that file.