https://github.com/ging/arport_twin_deployment
ARporTwin deployment with docker
https://github.com/ging/arport_twin_deployment
Last synced: 8 months ago
JSON representation
ARporTwin deployment with docker
- Host: GitHub
- URL: https://github.com/ging/arport_twin_deployment
- Owner: ging
- Created: 2020-11-25T19:02:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T11:56:29.000Z (over 5 years ago)
- Last Synced: 2025-05-07T21:06:52.625Z (about 1 year ago)
- Language: Python
- Size: 46.6 MB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arport_twin_deployment
1. **Complete the .env**: copy the .env.template to .env and set up all the environment variables
1. **Start the project** using the deployment.sh script.
```shell
# 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
```