diff --git a/infra/scripts/deploy.sh b/infra/scripts/deploy.sh index e93c555..6787662 100755 --- a/infra/scripts/deploy.sh +++ b/infra/scripts/deploy.sh @@ -196,12 +196,12 @@ deploy_all() { # Check if networks exist if ! docker network inspect apa-frontend >/dev/null 2>&1; then log_warning "Network 'apa-frontend' does not exist. Creating..." - docker network create apa-frontend + docker network create --opt com.docker.network.driver.mtu=1400 apa-frontend fi if ! docker network inspect apa-backend >/dev/null 2>&1; then log_warning "Network 'apa-backend' does not exist. Creating..." - docker network create apa-backend + docker network create --opt com.docker.network.driver.mtu=1400 apa-backend fi # Deploy in order