When using custom networks in Docker like
networks:
default:
external:
name: service-tier
And try to run that, I´m getting the error
ERROR: Network service-tier declared as external, but could not be found. Please create the network manually using
docker network create service-tierand try again.
Is it possible to create networks automatically with docker-compose or is there no other way than creating them manually first?