#!/bin/sh set -e export $(grep -E -v '^#' .env | xargs) export DOKER_HOST=unix:///var/run/docker.sock docker stack deploy -c docker-compose.yml aboba