aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea (unfollow)
Commit message (Collapse)AuthorFilesLines
4 daysrefactor(ci): simplify runner configuration for Docker jobsaturneric1-1/+1
* Removed redundant runner options to streamline CI configuration.
4 daysrefactor(ci): update docker job to support multiple environmentssaturneric1-1/+1
* Changed `runs-on` from `ubuntu-latest` to `[ubuntu-latest, ubuntu-latest-server]` to allow for more flexible CI testing environments.
5 daysfix(ci): correct Docker image path in CI configurationsaturneric1-1/+1
* Updated the `DOCKER_IMAGE` variable to use the correct repository path. * Ensures proper image building and pushing during CI workflows.
5 daysfeat(docker): add Dockerfile and CI workflow for containerizationsaturneric1-0/+48
* Introduced a `Dockerfile` for building and running the application in a container. * Added a CI workflow in `.gitea/workflows/ci.yaml` to automate testing and image pushing on main branch pushes. * Configured Nginx for serving the application with health checks and caching strategies.