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

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

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`