Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update install.docker.new.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
birdup000 authored Jan 28, 2023
1 parent 8388e42 commit 8474527
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions install.docker.new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ then
echo "TG_API_ID=$TG_API_ID" >> docker/.env
echo "TG_API_HASH=$TG_API_HASH" >> docker/.env
echo "ADMIN_USERNAME=$ADMIN_USERNAME" >> docker/.env
export DATABASE_URL=postgresql://postgres:$DB_PASSWORD@db:5432/teledrive
export DATABASE_URL="postgresql://postgres:$DB_PASSWORD@db:5432/teledrive"
echo "DB_PASSWORD=$DB_PASSWORD" >> docker/.env

cd docker
Expand All @@ -42,13 +42,4 @@ else
git clean -f
git pull origin main

export $(cat docker/.env | xargs)

cd docker
docker compose down
docker compose up --build --force-recreate -d
sleep 2
docker compose up -d
docker compose exec teledrive yarn workspace api prisma migrate deploy
docker image prune -f
fi

1 comment on commit 8474527

@vercel
Copy link

@vercel vercel bot commented on 8474527 Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.