1
0
mirror of https://github.com/agibalovsa/-1C_DevOps.git synced 2025-10-08 23:22:16 +02:00
Files
rarus_1c_devops/docker/nginx/swarm/docker-stack-deploy.sh

5 lines
96 B
Bash
Executable File

#!/bin/bash
export $(cat .env) > /dev/null 2>&1;
docker stack deploy -c docker-stack.yml nginx