Skip to content

felipegvf/apartment102

Repository files navigation

Quality Gate Status Bugs Code Smells Coverage Duplicated Lines (%)

Project Apartment 102 - This is a place for learning

Welcome, I hope you can use all the examples that are here. They were create to help everyone to create a good software

Using Docker

To run this project using only docker, you can create your own Dockerfile or you can use the one that is provided feel free.

In case you decide the one that was provided, here are some tips:

    docker build -t app-apartment102 .
    docker run -p 8080:8080 app-apartment102

To run this project with observability

    docker compose -f docker-compose.yml -p apt102 up -d
    docker compose -f docker-compose.yml -p apt102 down --remove-orphans

About

This is a place for learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published