This repo is a template for a python api with Flask
Configure config.yml
Optional To generate only the configuration files
make configTo run container on port 5005
make buildTo run the container with traefik proxy and letsencrypt
make traefikNote: If you are running this locally you won't be able to get a cert from letsencrypt You should then build for local
make localIf you want to stop all containers
make stopIf you want to remove all generated config files
make cleanIf you have any questions or issues please open an issue on this repo