{"id":18176694,"url":"https://github.com/jayllyz/dockerize-project","last_synced_at":"2026-01-30T23:40:19.580Z","repository":{"id":223708376,"uuid":"750553984","full_name":"Jayllyz/dockerize-project","owner":"Jayllyz","description":"Demo how to properly deploy app using Docker.","archived":false,"fork":false,"pushed_at":"2024-11-01T19:35:10.000Z","size":5350,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T13:59:08.198Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"https://gitlab.com/thomasdom-teaching/development-tools/dockerize-everything/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jayllyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-30T21:22:16.000Z","updated_at":"2024-08-23T19:24:15.000Z","dependencies_parsed_at":"2024-02-28T21:28:59.183Z","dependency_job_id":"ad173995-666c-4cee-8ef5-94a6c045f8f8","html_url":"https://github.com/Jayllyz/dockerize-project","commit_stats":null,"previous_names":["jayllyz/dockerize-project"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Jayllyz/dockerize-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayllyz%2Fdockerize-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayllyz%2Fdockerize-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayllyz%2Fdockerize-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayllyz%2Fdockerize-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jayllyz","download_url":"https://codeload.github.com/Jayllyz/dockerize-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayllyz%2Fdockerize-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28923599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose"],"created_at":"2024-11-02T17:11:14.589Z","updated_at":"2026-01-30T23:40:19.564Z","avatar_url":"https://github.com/Jayllyz.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *Dockerize Everything!* 🐋\n\n[![Build blog](https://github.com/Jayllyz/dockerize-project/actions/workflows/build-blog.yml/badge.svg)](https://github.com/Jayllyz/dockerize-project/actions/workflows/build-blog.yml)\n[![Build catalog](https://github.com/Jayllyz/dockerize-project/actions/workflows/build-catalog.yml/badge.svg)](https://github.com/Jayllyz/dockerize-project/actions/workflows/build-catalog.yml)\n[![Build restaurant](https://github.com/Jayllyz/dockerize-project/actions/workflows/build-restau.yml/badge.svg)](https://github.com/Jayllyz/dockerize-project/actions/workflows/build-restau.yml)\n[![MegaLinter](https://github.com/Jayllyz/dockerize-project/actions/workflows/mega-linter.yml/badge.svg)](https://github.com/Jayllyz/dockerize-project/actions/workflows/mega-linter.yml)\n\nThis project aims to demonstrate how to properly use Docker for any kind of project.\n\nIt contains 3 services:\n\n- [Blog](./blog) (Rust)\n- [Catalog](./tv-shows-catalog) (Node.js)\n- [Restaurant](./restaurant-website) (Php)\n\nFor each service, there is a development and production environment, and a CI pipeline to make sure everything is building correctly.\n\n## Good practices 🚀\n\nDocker is a powerful tool, but it can be hard to use properly. \n\nHere are some good practices we followed:\n\n- Use multi-stage builds to reduce the size of the final image.\n- Use `.dockerignore` to avoid copying unnecessary files.\n- Don't use `latest` tag for images, use a specific version instead.\n- Don't use `root` user in your container, use a non-root user instead.\n- Use environment variables to configure your application.\n- Optimize layers cache by ordering your commands.\n- Use `HEALTHCHECK` to check if your application is running correctly.\n\nLearn more about good practices in the [Docker documentation](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/).\n\n## Authors 👨‍💻\n\n- [@Jayllyz](https://www.github.com/Jayllyz)\n- [@Metololo](https://www.github.com/Metololo)\n- [@userMeh](https://www.github.com/userMeh)\n\n## License 📝\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayllyz%2Fdockerize-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayllyz%2Fdockerize-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayllyz%2Fdockerize-project/lists"}