{"id":24836742,"url":"https://github.com/wiamsuri/nuxt-nginx-docker","last_synced_at":"2025-10-14T10:31:11.561Z","repository":{"id":35902918,"uuid":"137349075","full_name":"wiamsuri/nuxt-nginx-docker","owner":"wiamsuri","description":"Out-of-the-box Nuxt.js starter template ready for deployment with Docker","archived":false,"fork":false,"pushed_at":"2023-01-06T01:35:52.000Z","size":2000,"stargazers_count":80,"open_issues_count":20,"forks_count":33,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T05:04:54.347Z","etag":null,"topics":["docker","docker-compose","nginx","nuxt"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/wiamsuri.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}},"created_at":"2018-06-14T11:26:58.000Z","updated_at":"2025-01-22T23:22:28.000Z","dependencies_parsed_at":"2023-01-16T08:56:50.973Z","dependency_job_id":null,"html_url":"https://github.com/wiamsuri/nuxt-nginx-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wiamsuri/nuxt-nginx-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiamsuri%2Fnuxt-nginx-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiamsuri%2Fnuxt-nginx-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiamsuri%2Fnuxt-nginx-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiamsuri%2Fnuxt-nginx-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiamsuri","download_url":"https://codeload.github.com/wiamsuri/nuxt-nginx-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiamsuri%2Fnuxt-nginx-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018781,"owners_count":26086452,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","nginx","nuxt"],"created_at":"2025-01-31T05:04:53.267Z","updated_at":"2025-10-14T10:31:11.179Z","avatar_url":"https://github.com/wiamsuri.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# Nuxt.js NGINX Docker\n\n## Getting you instance ready for Docker\nRun the following commands to install Docker and Docker Compose\nOn Ubuntu\n```\nsudo apt update\nsudo apt install -y docker.io git\nsudo usermod -a -G docker ubuntu\nsudo service docker start\nsudo curl -L \"https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\nsudo chmod +x /usr/local/bin/docker-compose\n```\nor with Amazon Linux\n```\n#!/bin/bash\nsudo yum -y update\nsudo yum install -y docker git\nsudo usermod -a -G docker ec2-user\nsudo service docker start\nsudo curl -L \"https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\nsudo chmod +x /usr/local/bin/docker-compose\n```\n\n## Build and run\nDownload or clone this repository. Go into the root folder of this repository, and run the following command.\n```\ndocker-compose build \u0026\u0026 docker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiamsuri%2Fnuxt-nginx-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiamsuri%2Fnuxt-nginx-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiamsuri%2Fnuxt-nginx-docker/lists"}