https://github.com/uq-rcc/ipp-deployment
Deploying IPP and its components
https://github.com/uq-rcc/ipp-deployment
imageprocessingportal ipp
Last synced: 6 days ago
JSON representation
Deploying IPP and its components
- Host: GitHub
- URL: https://github.com/uq-rcc/ipp-deployment
- Owner: UQ-RCC
- License: apache-2.0
- Created: 2021-04-13T03:06:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T02:49:03.000Z (over 2 years ago)
- Last Synced: 2024-02-09T03:37:18.116Z (over 2 years ago)
- Topics: imageprocessingportal, ipp
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. Use ansible to bringup a openstack stack and install neccessary software
2. Use docker-compose
* Update docker-compose.yml file with new images
* If required update the .env with new environmental values
* Run "source .env" to apply .env changes
* If required, clean the unused docker images (docker stop , docker rmi -f , docker compose rm or docker system prune )
* Deploy new images and start containers:
-- docker compose -f docker-compose.yml up -d
* Maintenance: docker-compose -f docker-compose-maintenance.yml up -d