We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker compose down
1 parent ab4b2d3 commit 6af5e94Copy full SHA for 6af5e94
deploy.sh
@@ -3,6 +3,6 @@ export ENV_FILE=$1
3
export IMAGE=$2
4
export TAG=$3
5
echo echo "Take down old api version..." \
6
- && docker compose -f docker-compose-prod.yml down \
+ && docker compose -f docker-compose-prod.yml --env-file $ENV_FILE down \
7
&& echo "Bring up new api version..." \
8
&& docker compose -f docker-compose-prod.yml -p go-capture-api --env-file $ENV_FILE up -d
0 commit comments