Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stavshamir/docker-tutorial
- Owner: stavshamir
- Created: 2018-04-23T06:38:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T03:33:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T05:38:05.815Z (3 months ago)
- Topics: docker, docker-compose, flask, mysql
- Language: Python
- Size: 9.77 KB
- Stars: 100
- Watchers: 4
- Forks: 94
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.