Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

mapapylife/pylife-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylife-cron

Repository containing updater script to be executed via cron.

Usage

Use the following content for the docker-compose.yml file, then run docker-compose up.

# Use postgres/example user/password credentials
version: '3.1'

services:

  db:
    image: postgres
    restart: always
    environment:
      POSTGRES_PASSWORD: example
      POSTGRES_DB: pylife

  cron:
    image: divadsn/pylife-cron
    restart: always
    environment:
      TZ: "Europe/Warsaw"
      DATABASE_URI: "postgresql://postgres:example@db:5432/pylife"
    depends_on:
      - db

About

Repository containing updater script to be executed via cron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published