This is a my own broiler template for python.
# run as production (docker-compose up -d --build)
$ make up
# run as develop (docker-compose -f docker-compose-dev.yml up -d --build)
$ make dev
# get into a container (docker-compose exec python bash)
$ make python
# down (docker-compose down)
$ make down
# destroy (docker-compose down --rmi all --volumes --remove-orphans)
$ make destroy
- run container
$ make up
-
copy
src/common/config/config.template.ini
tosrc/common/config/config.ini
cp src/common/config/config.template.ini src/common/config/config.ini
cp src/common/config/config.template.ini src/common/config/config.dev.ini
- python
- python container to exec
- vscode
- for dev containers in vscode
- plantuml
- for sequences
How do I press and hold a key and have it repeat in VSCode?
$ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false