-
Notifications
You must be signed in to change notification settings - Fork 3
Description
@rsoika I am getting started with experimenting with the code. I am using vscode and installed the java extension pack and docker extension. I have also installed quarkus and the vscode extension from red hat.
I have not worked with docker before but have read the documentation enough to understand the concept. I have experimented with compose to build an image. I do not have an practical application of it or know how to use it to do development. How do I use it with this project. I tried to do a build using the docker-compose-dev.yaml file but it does not seem to build. I know it is the my lack of knowledge and I will continue to troubleshoot what is going on and learn about the basics of how docker is used for development.
It looks like the docker-compose-dev.yaml is used to start the postgres database for dev and testing.
Thanks Ralph.