Skip to content

Instantly share code, notes, and snippets.

@moracabanas
Created January 2, 2021 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moracabanas/edd00094c562f4819e897ae0c0ec625e to your computer and use it in GitHub Desktop.
Save moracabanas/edd00094c562f4819e897ae0c0ec625e to your computer and use it in GitHub Desktop.
.env on Docker Swarm deployments
# You can define stack name on your .env or do deploy.sh <stack_name>
export $(cat .env) > /dev/null 2>&1;
docker stack deploy -c docker-compose.yml ${1:-STACK_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment