https://github.com/jhb/flask_docker_autoupdate
https://github.com/jhb/flask_docker_autoupdate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhb/flask_docker_autoupdate
- Owner: jhb
- Created: 2022-03-07T12:22:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T10:13:14.000Z (about 3 years ago)
- Last Synced: 2025-02-24T07:58:57.838Z (3 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This contains a test setup for a flask server that is auto-updated from this repo, running in a docker container.
- The flask server is started using supervisord
- supervisord also runs an update script every minute, pulling changes from the repoYou need to provide environment variables, see env.example (which should be copied to .env)