{"id":24756801,"url":"https://github.com/foyez/dockerized-apps","last_synced_at":"2026-04-10T01:58:15.796Z","repository":{"id":274107242,"uuid":"921934915","full_name":"foyez/dockerized-apps","owner":"foyez","description":"A collection of containerized applications using Docker and Docker Compose","archived":false,"fork":false,"pushed_at":"2025-02-11T11:56:41.000Z","size":4273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T12:39:50.919Z","etag":null,"topics":["docker","docker-compose","go","nextjs","nodejs","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/foyez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-24T22:40:57.000Z","updated_at":"2025-02-11T11:56:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"19749f16-78aa-42c9-ab5d-67c7980574ca","html_url":"https://github.com/foyez/dockerized-apps","commit_stats":null,"previous_names":["foyez/dockerized-apps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyez%2Fdockerized-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyez%2Fdockerized-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyez%2Fdockerized-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyez%2Fdockerized-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foyez","download_url":"https://codeload.github.com/foyez/dockerized-apps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245070947,"owners_count":20556217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","go","nextjs","nodejs","react"],"created_at":"2025-01-28T14:20:39.449Z","updated_at":"2025-10-16T00:53:59.185Z","avatar_url":"https://github.com/foyez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized Apps\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA collection of containerized applications using Docker and Docker Compose, featuring:\n\n- React + Vite Application\n- Next.js Application\n- Node.js Application\n- Go Application\n\n## Applications\n\n### React + Vite Application\n\n- React 18 with TypeScript and Vite\n- Development server with HMR\n- Production build with nginx\n- Development port: 4000\n- Production port: 80\n\n### Next.js Application\n\n- Production-ready Next.js app with TypeScript\n- Uses standalone output for optimal container size\n- Development server with hot-reload\n- Default port: 3000\n\n### Node.js Application\n\n- Simple Node.js server with TypeScript\n- Health check endpoint\n- Development mode with ts-node-dev\n- Default port: 3000 (configurable via PORT env variable)\n\n### Go Application\n\n- Simple Go HTTP server\n- Health check endpoint\n- Live reload in development using Air\n- Default port: 3000 (configurable via PORT env variable)\n\n## Running the Applications\n\n### Development Mode\n\nEach application can be run in development mode with hot-reload:\n\n```sh\n# Navigate to the desired application directory\ncd \u003capplication-directory\u003e\n\n# Start the development container\ndocker compose -f docker-compose.yaml -f docker-compose.dev.yaml up -d --build\n\n# Start the development container with custom env file\ndocker compose --env-file file-name.env \\\n-f docker-compose.yaml -f docker-compose.dev.yaml up -d --build\n```\n\n### Production Mode\n\nTo run any application in production mode:\n\n```sh\n# Navigate to the desired application directory\ncd \u003capplication-directory\u003e\n\n# Start the production container\ndocker compose up -d --build\n```\n\n## Stopping the Applications\n\nTo stop any running application:\n\n```sh\n# Navigate to the application directory\ncd \u003capplication-directory\u003e\n\n# Stop the containers\ndocker compose down\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoyez%2Fdockerized-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoyez%2Fdockerized-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoyez%2Fdockerized-apps/lists"}