https://github.com/andrewrporter/python-docker-env
Minimal example of trying to read env variables in python via containerized cron job
https://github.com/andrewrporter/python-docker-env
cron docker docker-compose examples-python python
Last synced: 3 months ago
JSON representation
Minimal example of trying to read env variables in python via containerized cron job
- Host: GitHub
- URL: https://github.com/andrewrporter/python-docker-env
- Owner: AndrewRPorter
- Created: 2020-07-24T18:17:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T20:11:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T03:21:41.710Z (5 months ago)
- Topics: cron, docker, docker-compose, examples-python, python
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-docker-env
Minimal example of trying to read env variables in python via containerized cron job.
# Usage
Build container
`./scripts/build.sh`
Run container (job should run every minute after deployment)
`./scripts/dev.sh`