{"id":20411821,"url":"https://github.com/ericvolp12/sails-docker","last_synced_at":"2025-04-12T16:25:53.475Z","repository":{"id":145897922,"uuid":"101475022","full_name":"ericvolp12/sails-docker","owner":"ericvolp12","description":"Playing around with sailsjs inside of docker containers.","archived":false,"fork":false,"pushed_at":"2024-05-01T20:46:54.000Z","size":8697,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T05:44:12.596Z","etag":null,"topics":["docker","docker-compose","nodejs","sailsjs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ericvolp12.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":"2017-08-26T09:03:42.000Z","updated_at":"2020-05-19T15:42:28.000Z","dependencies_parsed_at":"2023-07-24T08:31:16.701Z","dependency_job_id":null,"html_url":"https://github.com/ericvolp12/sails-docker","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/ericvolp12%2Fsails-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvolp12%2Fsails-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvolp12%2Fsails-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvolp12%2Fsails-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericvolp12","download_url":"https://codeload.github.com/ericvolp12/sails-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248595439,"owners_count":21130522,"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","nodejs","sailsjs"],"created_at":"2024-11-15T05:54:07.115Z","updated_at":"2025-04-12T16:25:53.441Z","avatar_url":"https://github.com/ericvolp12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sails Docker Application \n[![Build Status](https://travis-ci.org/ericvolp12/sails-docker.svg?branch=master)](https://travis-ci.org/ericvolp12/sails-docker) [![Coverage Status](https://coveralls.io/repos/github/ericvolp12/sails-docker/badge.svg?branch=master)](https://coveralls.io/github/ericvolp12/sails-docker?branch=master)\n\n\nThis is a sample application for running a sails instance inside of docker containers. I've provided an ecosystem using MongoDB, Redis, Google's Oauth2, and SailsJS.\n\n## Installation\nTo run this application, you need to have `docker` and `docker-compose` installed on your local machine.\n\nThe `conf/nginx.conf` item is for running a reverse proxy on your machine so you may listen on port 80. My development environment uses local docker containers and a CloudFlare https route pointing to my dev machine.\n\nThe `.env` file has been ignored from here on out as it stores secrets, it should have the following fields:\n``` \n# Set Sails environment\nMONGO_HOST=db\nREDIS_HOST=redis\nNPM_CONFIG_LOGLEVEL=\u003cSails log level\u003e\nGOOGLE_CLIENT_ID=\u003cOAuth2 Client ID\u003e\nGOOGLE_CLIENT_SECRET=\u003cOAuth CLient Secret\u003e\nDOMAIN=\u003cmysubdomain.mydomain.com\u003e\nSESSION_SECRET=\u003cMy Session Secret\u003e\n```\n\nTo get started, run `docker-compose build`, then run `docker-compose run -d` to create the machines and detach from the application container.\n\n\n## License\nThis code has been developed under the MIT License as follows below:\n\nMIT License\n\nCopyright (c) 2017 Eric Volpert\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericvolp12%2Fsails-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericvolp12%2Fsails-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericvolp12%2Fsails-docker/lists"}