AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

feat: add scripts to help clean up docker stuff during testing #67

Closed mattheworris closed 2 weeks ago

mattheworris commented 2 weeks ago

Purpose

The goal of this PR is add helper scripts to improve testing workflow.

Solution

Implemented shell script restart.sh that restarts the container setup and removes the persistent storage volumes. Handy when

Implemented shell script docker-clean-up.sh to remove all container images, handy when environment variables change and the containers need to be re-started to pick up changes.