Run the following command to start your container up
docker-compose up
To run the container in the background you need to use
docker-compose up -d
| Services | Container Name | Exposed Port | Username | Password |
|---|---|---|---|---|
| Database | goblog-postgres | 5050 | N/A | N/A |
| API | blog_app | 8080 | N/A | N/A |
| Database Interface (pgAdmin4) | pgadmin_container | 5050 | [email protected] | password |
To close the application
docker-compose -f docker-compose.test.yml up --build --abort-on-container-exit