learningpath-docker
learningpath-docker copied to clipboard
Week II Assignment: Andreea Mutu
Please review my Week II and Week III assignment!
My name: Andreea Mutu My GitHub repository: https://github.com/AndreeaMutu/movies-api Description: docker-compose.yml includes 2 images:
- postgresql database with volumes
- built image for spring boot app that exposes a REST API for storing and reading favorite movies (uses postgresql db) - no UI, but can be tested using swagger
- added environment variables, tests and Github Actions to build and publish docker image