{"id":18058254,"url":"https://github.com/tooniez/st-container","last_synced_at":"2026-04-09T21:36:16.826Z","repository":{"id":259020790,"uuid":"875457316","full_name":"tooniez/st-container","owner":"tooniez","description":"🛳️ Containerized Streamlit app with Docker and Docker Compose","archived":false,"fork":false,"pushed_at":"2024-10-21T13:26:30.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T21:44:06.905Z","etag":null,"topics":["docker","docker-compose","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tooniez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":".github/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["tooniez"],"ko_fi":"tooniez"}},"created_at":"2024-10-20T03:07:33.000Z","updated_at":"2024-10-21T13:26:35.000Z","dependencies_parsed_at":"2024-10-22T15:11:55.431Z","dependency_job_id":null,"html_url":"https://github.com/tooniez/st-container","commit_stats":null,"previous_names":["tooniez/st-container"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fst-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fst-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fst-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooniez%2Fst-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tooniez","download_url":"https://codeload.github.com/tooniez/st-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325701,"owners_count":20920714,"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","python","streamlit"],"created_at":"2024-10-31T03:05:47.901Z","updated_at":"2026-04-09T21:36:11.789Z","avatar_url":"https://github.com/tooniez.png","language":"Python","funding_links":["https://github.com/sponsors/tooniez","https://ko-fi.com/tooniez"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eStreamlit Container App 🐳📊\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003eContainerized Streamlit app with Docker and Docker Compose\u003c/h2\u003e\n\n\u003c!-- Badges --\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Docker-blue\" alt=\"Docker\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Docker%20Compose-blue\" alt=\"Docker Compose\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Streamlit-red\" alt=\"Streamlit\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Make-yellow\" alt=\"Make\" /\u003e\n\u003c/p\u003e\n\n## Contents\n\n1. [Introduction](#introduction)\n2. [Prerequisites](#prerequisites)\n3. [Available Commands](#available-commands)\n4. [Usage](#usage)\n5. [Docker Compose Configuration](#docker-compose-configuration)\n6. [Customization](#customization)\n7. [Contributing](#contributing)\n8. [License](#license)\n\n## Introduction\n\nThis project uses Docker and Docker Compose to manage the development and deployment process of a containerized Streamlit app. The Makefile provides convenient commands to manage the Docker container.\n\n## Pages\n\n- Home\n- Data Generation\n- EDA\n- Playground\n- Download\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n- Make\n\n## Quick Start\n\n1. Run the hosted gh image `docker run -d -p 8501:8501 ghcr.io/tooniez/streamlit-container-app:latest`\n2. Open the app in the browser `http://localhost:8501`\n\n## Available Commands\n\nThe following commands are available through the Makefile:\n\n### `make all`\n\nThis is the default command that runs the following sequence:\n1. Stops the existing container\n2. Rebuilds the Docker image\n3. Runs the rebuilt container\n\n### `make stop`\n\nStops and removes the Docker container.\n\n### `make build`\n\nRebuilds the Docker image without using cache.\n\n### `make run`\n\nRuns the rebuilt Docker container in detached mode.\n\n### `make remove`\n\nRemoves the Docker image.\n\n## Usage\n\nTo use these commands, simply run `make all` followed by the command name. For example:\n\n\nThis will execute the default sequence of stopping the container, rebuilding the image, and running the rebuilt container.\n\n## Docker Compose Configuration\n\nThe project uses a Docker Compose configuration file (`docker-compose.yml`) to define the service. The main service is named `st-container`.\n\n## Customization\n\nYou can modify the Makefile to add more commands or adjust the existing ones according to your project needs.\n\n## Contributing\n\nIf you want to contribute to this project, please make sure to follow the existing code style and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooniez%2Fst-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftooniez%2Fst-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooniez%2Fst-container/lists"}