Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stavshamir/docker-tutorial

Code for a creating a docker app with Flask and MySQL tutorial
https://github.com/stavshamir/docker-tutorial

docker docker-compose flask mysql

Last synced: 2 months ago
JSON representation

Code for a creating a docker app with Flask and MySQL tutorial

Awesome Lists containing this project

README

        

Code for a creating a docker app with Flask and MySQL tutorial

Refer to [blog post about creating a flask-mysql app with docker](https://stavshamir.github.io/python/dockerizing-a-flask-mysql-app-with-docker-compose/)

## GitLab CI

The [.gitlab-ci.yml](.gitlab-ci.yml) file can be used in GitLab to build,
test, and deploy the code, as in https://gitlab.com/TrendDotFarm/docker-tutorial
For more information, read the [Docker Compose Integration to GitLab
CI](GitLab-CI.md) guide.