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
File compose.yml follow compose-spec. It requires Docker Compose 1.27.0+ and Docker Engine 19.03.0+
File docker-stack*.yml for running docker stack deploy on Docker Swarm cluster.
File docker-compose*.yml for running docker-compose up on Docker Machine.
Before run stack, you must create Docker networks, Docker volumes, Docker secrets or Docker configs.
You can mockup by docker-compose.override.yml file follow https://docs.docker.com/compose/extends/