Skip to content

ging/arport_twin_deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arport_twin_deployment

  1. Complete the .env: copy the .env.template to .env and set up all the environment variables

  2. Start the project using the deployment.sh script.

# Start containers and create subscriptions
./deployment.sh create

# Stop containers
./deployment.sh stop

# Restart containers
./deployment.sh restart

# Stop containers and delete volumes
./deployment.sh destroy