Skip to content

Instantly share code, notes, and snippets.

@SajidK25
Created May 7, 2022 18:43
Show Gist options
  • Save SajidK25/3e34dbec4fd3ab7671ddb71495fbc6e8 to your computer and use it in GitHub Desktop.
Save SajidK25/3e34dbec4fd3ab7671ddb71495fbc6e8 to your computer and use it in GitHub Desktop.

Step:1

Remove existing containers:

cd delalight_site/
./server_down.sh
sudo rm -r data/postgres/

Step:2

Deploy new containers:

sudo ./init-letsencrypt.sh
docker-compose -f docker-compose.prod.ssl.yml up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment