This repository contains a simple docker-compose.yml
file that pulls in the associated services necessary for the new RPIA site to function.
Development changes for the specified repos are commited there. The repositories used can be found within the docker compose file.
The only code that lives in thise repository is the database and its associated schema.
It is recommended using something like VS Code + the remote containers extension to develop directly into the container for easier development
- Ensure you have git
- Download docker
- Install Visual Studio code
- Install the Remote Containers extension
- Install the docker extension
- Run
./deploy.sh
(or./deploy.bat
if on Windows) - Click the docker icon
- Right click the service you're working on and click Attach Visual Studio Code.
- 🖥️ Code