{"id":25053630,"url":"https://github.com/dills122/dockerize-nodejs-addressbook","last_synced_at":"2026-04-13T03:10:54.024Z","repository":{"id":47223803,"uuid":"392467441","full_name":"dills122/dockerize-nodejs-addressbook","owner":"dills122","description":"Example App leveraging Nginx for reverse proxy with TLS","archived":false,"fork":false,"pushed_at":"2021-09-08T01:04:56.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T11:50:21.889Z","etag":null,"topics":["docker","docker-compose","expressjs","nginx","postgres","tls","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dills122.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}},"created_at":"2021-08-03T22:00:39.000Z","updated_at":"2021-09-08T01:06:20.000Z","dependencies_parsed_at":"2022-09-03T18:10:34.536Z","dependency_job_id":null,"html_url":"https://github.com/dills122/dockerize-nodejs-addressbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fdockerize-nodejs-addressbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fdockerize-nodejs-addressbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fdockerize-nodejs-addressbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fdockerize-nodejs-addressbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dills122","download_url":"https://codeload.github.com/dills122/dockerize-nodejs-addressbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429486,"owners_count":20775807,"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","expressjs","nginx","postgres","tls","typescript"],"created_at":"2025-02-06T11:40:06.715Z","updated_at":"2026-04-13T03:10:53.970Z","avatar_url":"https://github.com/dills122.png","language":"TypeScript","readme":"# Dockerize Node.js Address Book\n\n## Getting Started\n\nInstall all dependencies\n\n```bash\nnpm i\n```\n\nBuild and run the containers `docker compose up -d`\n\nTo setup the db you'll need to get into the container to run a script\n\nTo get inside the container `docker compose exec [containerId] sh`\n\nThen run `node ./bin/migrate.js`\n\nTo stop the running container without destroying it `docker compose stop`\n\nTo stop the running container and destroy them `docker compose down`\n\nIt will be available at the un-proxyed site `localhost:3000` and `http://localhost:3000/persons/all`\n\nand your new custom URL `https://myapp.local`\n\n## SSL Setup\n\n### Windows\n\nYou'll need to install some packages using `Chocolatey`, you can download it from [here](https://chocolatey.org/install)\n\nOnce you have verified `Chocolatey` is installed, you'll need to execute a few scripts.\n\nYou'll need to run these scripts as an administrator, this script will open a new `powershell` as an administrator in the current directory\n\n```powershell\nStart-Process powershell -Verb runas -ArgumentList \"-NoExit -c cd '$pwd'\"\n```\n\nExecute `configure-hosts-windows.ps1` to configure your custom domain name in host.\n\nIf you get an error related to Execution Policies you can learn more [here](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1)\n\nExecute `setup-windows.ps1` to finish setting up the apps and generate the certs you need\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdills122%2Fdockerize-nodejs-addressbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdills122%2Fdockerize-nodejs-addressbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdills122%2Fdockerize-nodejs-addressbook/lists"}