Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testdrivenio/flask-docker-swarm
Running Flask on Docker Swarm
https://github.com/testdrivenio/flask-docker-swarm
docker docker-swarm flask
Last synced: 28 days ago
JSON representation
Running Flask on Docker Swarm
- Host: GitHub
- URL: https://github.com/testdrivenio/flask-docker-swarm
- Owner: testdrivenio
- License: mit
- Created: 2018-06-23T22:56:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T02:37:14.000Z (8 months ago)
- Last Synced: 2024-08-07T23:44:36.865Z (5 months ago)
- Topics: docker, docker-swarm, flask
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 37
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running Flask on Docker Swarm
## Want to learn how to build this?
Check out the [tutorial](https://testdriven.io/running-flask-on-docker-swarm).
## Want to use this project?
1. Fork/Clone
1. [Sign up](https://m.do.co/c/d8f211a4b4c2) for Digital Ocean and [generate](https://www.digitalocean.com/docs/api/create-personal-access-token/) an access token
1. Add the token to your environment:
```sh
$ export DIGITAL_OCEAN_ACCESS_TOKEN=[your_token]
```1. Spin up four droplets and deploy Docker Swarm:
```sh
$ sh deploy.sh
```