How to edit environment variables:
# Connect to the VM
ssh -i "Collabberry-VM.pem" [email protected]
# Navigate to project folder
cd deployment
# Edit the env file
vi .compose.secrets.env
# Start the containers (any changes in the above file
# will recreate the containers with the new env vars)
docker compose -f docker-compose.yml up -d