https://github.com/siruku6/dash_sample
https://github.com/siruku6/dash_sample
dash docker-compose python3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/siruku6/dash_sample
- Owner: siruku6
- License: mit
- Created: 2021-09-09T07:30:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T08:17:31.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T21:29:15.955Z (8 months ago)
- Topics: dash, docker-compose, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Name
## Overview
## Description
## Requirement
You need to install the following packages on your Host OS.
- docker
- docker-compose
## Build Environment
1. Prepare .env
```bash
$ cp .env.example .env
```
2. Prepare docker image and container
```bash
$ docker-compose build
# NOTE: Please don't run docker-compose up, but exec this shell to raise container.
$ ./container_raiser.sh
```
And then, you can access [localhost:8050](http://localhost:8050){:target="_blank"} with your browser.