samnoh / python3-docker-starter

Python3 Docker Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 Docker Starter

  • nodemon will be watching your python scripts and updating automatically if there are any changes

Change Command

  • docker-compose.yaml
  • main.py will be executed by default
command: src/main.py
  • Execute mutiple scripts in src folder at once
command: run.sh

Start

docker-compose up

Clean Up

docker-compose down

Install Python Modules

  • requirements.txt
bs4
regex
feedparser
  • Restart
docker-compose up --build

About

Python3 Docker Starter


Languages

Language:Dockerfile 62.3%Language:Shell 29.8%Language:Python 7.9%