https://github.com/dori-dev/learn-docker
Examples of how to use Docker with Django, Flask, NodeJs.
https://github.com/dori-dev/learn-docker
django docker docker-compose flask nodejs wordpress
Last synced: 2 months ago
JSON representation
Examples of how to use Docker with Django, Flask, NodeJs.
- Host: GitHub
- URL: https://github.com/dori-dev/learn-docker
- Owner: dori-dev
- Created: 2023-04-10T12:35:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T12:36:06.000Z (about 3 years ago)
- Last Synced: 2025-08-01T00:12:06.697Z (11 months ago)
- Topics: django, docker, docker-compose, flask, nodejs, wordpress
- Language: Handlebars
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Docker
Examples of how to use Docker with Django, Flask, NodeJs.
#
# How to Use
## Download Codes
```
git clone https://github.com/dori-dev/learn-docker.git
```
```
cd learn-docker
```
## Build Containers
```
docker-compose up --build
```
## Stop Containers
```
docker-compose down
```
## Start Containers on Detached Mode
```
docker-compose up -d
```
## Open On Browser
Main Page: [127.0.0.1:8000](http://127.0.0.1:8000/)
#
## Links
Download Source Code: [Click Here](https://github.com/dori-dev/learn-docker/archive/refs/heads/master.zip)
My Github Account: [Click Here](https://github.com/dori-dev/)