{"id":17254685,"url":"https://github.com/lukasholzer/docker-express","last_synced_at":"2026-04-11T19:35:46.801Z","repository":{"id":115281230,"uuid":"88664992","full_name":"lukasholzer/docker-express","owner":"lukasholzer","description":"Basic Docker skeleton for an express.js app that runs on an NGINX server","archived":false,"fork":false,"pushed_at":"2017-04-18T22:58:26.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T07:43:14.692Z","etag":null,"topics":["docker","docker-compose","dockerfile","express","expressjs","nginx","nodejs","proxy-server"],"latest_commit_sha":null,"homepage":null,"language":"Nginx","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/lukasholzer.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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-18T19:55:25.000Z","updated_at":"2020-12-29T13:42:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccb76640-1573-4918-9be3-dcc0afadefd8","html_url":"https://github.com/lukasholzer/docker-express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukasholzer/docker-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Fdocker-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Fdocker-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Fdocker-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Fdocker-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasholzer","download_url":"https://codeload.github.com/lukasholzer/docker-express/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Fdocker-express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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","dockerfile","express","expressjs","nginx","nodejs","proxy-server"],"created_at":"2024-10-15T07:09:30.877Z","updated_at":"2026-04-11T19:35:46.790Z","avatar_url":"https://github.com/lukasholzer.png","language":"Nginx","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Setup for NODE.js with NGINX\n\nThis is a bootstrap repository for a basic setup with [Docker](https://docs.docker.com/) for an Node.js powered Development environment with [express.js](http://expressjs.com/) and as Proxy Reverse a simple [NGINX](https://www.nginx.com/resources/wiki/) setup.\n\n\n## Requirements\n\n- [Docker](http://docker.com) Download the app for: [Mac OSX](https://download.docker.com/mac/stable/Docker.dmg) or [Windows 10 App](https://download.docker.com/win/stable/InstallDocker.msi)\n- [Docker Compose](http://docs.docker.com/compose/) installation with [homebrew](https://brew.sh/index_de.html) `brew install docker-compose`\n\n\n\n\n\n### Commands\n\nA short list of useful commands for this Bootstrapping\n\n- run: `docker-compose up`\n- run in background: `docker-compose up -d`\n- run and build: `docker-compose up --build`\n- build: `docker-compose build`\n- shutdown: `docker-compose down`\n- list all images: `docker images -a`\n- list all running images: `docker ps`\n\n### stop all containers and delete all images on Mac\n\nAfter this commands every image and container has to be pulled again and created.\nClean reset if the hard drive is messed up.\n\n``` bash\ndocker stop $(docker ps -a -q)\ndocker rm -v $(docker ps -a -q)\ndocker rmi $(docker images -q)\n```\n\n## Maintainer\n\n**Lukas Holzer**\n\n* Email: \u003coffice@lukasholzer.com\u003e\n* Twitter: [@luka5c0m](https://twitter.com/luka5c0m)\n* Web: [www.lukasholzer.com](http://www.lukasholzer.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasholzer%2Fdocker-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasholzer%2Fdocker-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasholzer%2Fdocker-express/lists"}