{"id":24484533,"url":"https://github.com/rfcreate/docker-webpage","last_synced_at":"2026-04-11T15:35:34.509Z","repository":{"id":262173121,"uuid":"886434476","full_name":"RFCreate/docker-webpage","owner":"RFCreate","description":"Docker containers with Flask application and Nginx server.","archived":false,"fork":false,"pushed_at":"2024-11-15T23:10:39.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T13:33:10.746Z","etag":null,"topics":["docker","docker-compose","flask","html","nginx","python","waitress"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/RFCreate.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":"2024-11-11T00:50:18.000Z","updated_at":"2024-11-15T23:10:42.000Z","dependencies_parsed_at":"2024-11-11T01:33:30.610Z","dependency_job_id":"34de7775-04d4-4c50-9260-01249f3cad87","html_url":"https://github.com/RFCreate/docker-webpage","commit_stats":null,"previous_names":["shyguycreate/docker-webpage","rfcreate/docker-webpage"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RFCreate%2Fdocker-webpage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RFCreate%2Fdocker-webpage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RFCreate%2Fdocker-webpage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RFCreate%2Fdocker-webpage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RFCreate","download_url":"https://codeload.github.com/RFCreate/docker-webpage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243646531,"owners_count":20324582,"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","flask","html","nginx","python","waitress"],"created_at":"2025-01-21T13:28:00.950Z","updated_at":"2025-12-31T00:23:10.760Z","avatar_url":"https://github.com/RFCreate.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Compose Flask and Nginx\n\nJoin a **container** with Flask application powered by Waitress WSGI server to display a basic html website and a **container** using Nginx to port forward HTTP calls to the html contents.\n\n```\ndocker compose up --build\n```\n\n---\n\n# Flask-Nginx in Docker\n\nContainer with Flask application powered by Waitress WSGI server to display a basic html website using NGINX to port forward HTTP calls to the html contents.\n\n```\ndocker build --tag flask-nginx ./flask-nginx\ndocker run -d -it --rm -p 80:80 --name flask-nginx flask-nginx\n```\n\n---\n\n# Nginx-Only in Docker\n\nContainer to display a basic html website using NGINX to port forward HTTP calls to the html contents.\n\n```\ndocker build --tag nginx-only ./nginx-only\ndocker run -d -it --rm -p 80:80 --name nginx-only nginx-only\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfcreate%2Fdocker-webpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfcreate%2Fdocker-webpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfcreate%2Fdocker-webpage/lists"}